You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: posts/aws-and-image-builder/index.md
+20-6Lines changed: 20 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,13 +56,27 @@ I am quite sure after reading them, you will want to automate them with Packit!
56
56
5. Start a build with your local pull request changes using `copr-cli`.
57
57
6.**WAIT for the build to finish**.
58
58
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.
60
59
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.
66
80
67
81
For every new pull request you want to test directly in a cloud image you have to repeat
0 commit comments