Skip to content

Commit e0e9d7e

Browse files
Fix posts/aws-and-image-builder/index.md
Co-authored-by: Maja Massarini <[email protected]>
1 parent 737937f commit e0e9d7e

File tree

1 file changed

+20
-6
lines changed

1 file changed

+20
-6
lines changed

posts/aws-and-image-builder/index.md

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,27 @@ I am quite sure after reading them, you will want to automate them with Packit!
5656
5. Start a build with your local pull request changes using `copr-cli`.
5757
6. **WAIT for the build to finish**.
5858

59-
- Create a new cloud image through the **Image Builder console**, go to https://console.redhat.com/insights/image-builder 7. Login with your _Red Hat developer_ account. 8. Click on the `Create Image` button, choose _AWS image_ type and follow the wizard. 9. **WAIT for the build to finish**. 10. Open the `Launch` link for the builded image.
6059

61-
- Launch and access the AWS image through the **AWS management console**, go to https://aws.amazon.com/console/ 11. The previous link will open an AWS console tab with the
62-
_Launch an Instance_ wizard preset to use the builded image.
63-
You need to login into the _AWS management console_ using an _AWS Account ID_
64-
allowed to access the _AMI Image_ you just created. 12. Select a **Key pair**, or create one if you don't have it already,
65-
to be able to ssh the image later. 13. Click on `Launch Instance` 14. Connect to instance using an ssh client 15. Add the previously created COPR repo to the list of available dnf repositories. 16. Install the package you have created at step number 4. 17. Now you are ready to test your code in a real cloud image.
60+
- Create a new cloud image through the **Image Builder console**, go to https://console.redhat.com/insights/image-builder
61+
62+
7. Login with your _Red Hat developer_ account.
63+
8. Click on the `Create Image` button, choose _AWS image_ type and follow the wizard.
64+
9. **WAIT for the build to finish**.
65+
10. Open the `Launch` link for the builded image.
66+
67+
- Launch and access the AWS image through the **AWS management console**, go to https://aws.amazon.com/console/
68+
69+
11. The previous link will open an AWS console tab with the
70+
_Launch an Instance_ wizard preset to use the builded image.
71+
You need to login into the _AWS management console_ using an _AWS Account ID_
72+
allowed to access the _AMI Image_ you just created.
73+
12. Select a **Key pair**, or create one if you don't have it already,
74+
to be able to ssh the image later.
75+
13. Click on `Launch Instance`
76+
14. Connect to instance using an ssh client
77+
15. Add the previously created COPR repo to the list of available dnf repositories.
78+
16. Install the package you have created at step number 4.
79+
17. Now you are ready to test your code in a real cloud image.
6680

6781
For every new pull request you want to test directly in a cloud image you have to repeat
6882
steps 4-16 or automate them through Packit!

0 commit comments

Comments
 (0)