diff options
| author | 2024-05-09 15:46:31 -0500 | |
|---|---|---|
| committer | 2024-05-10 11:39:20 +0000 | |
| commit | 60ddd0e4668bc1a73435dd36459a4b7bf3256590 (patch) | |
| tree | 534e017aa9f988210b166b79147d9f1d5d95a9ac /teams/cloud/cloud.xml | |
| parent | bc2caa6751b4cd9d5846ca32cf7c6fe9d750cea9 (diff) | |
| download | kiwi-descriptions-60ddd0e4668bc1a73435dd36459a4b7bf3256590.tar.gz kiwi-descriptions-60ddd0e4668bc1a73435dd36459a4b7bf3256590.zip | |
AmazonEC2: Add more helpful packages
The amazon-ec2-utils package includes udev rules that make it easier to
identify block storage devices and sets some configuration for other
storage devices.
Users can run awscli2 to manage their AWS cloud resources.
The ec2-instance-connect package allows one click console access to a
Fedora instance from the AWS console (website).
Signed-off-by: Major Hayden <major@redhat.com>
Diffstat (limited to 'teams/cloud/cloud.xml')
| -rw-r--r-- | teams/cloud/cloud.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/teams/cloud/cloud.xml b/teams/cloud/cloud.xml index cc08f0c..c3a9255 100644 --- a/teams/cloud/cloud.xml +++ b/teams/cloud/cloud.xml @@ -202,6 +202,11 @@ <package name="python3-dnf-plugin-tracer"/> <package name="glibc-langpack-en"/> </packages> + <packages type="image" patternType="plusRecommended" profiles="Cloud-Base-AmazonEC2"> + <package name="amazon-ec2-utils"/> + <package name="awscli2"/> + <package name="ec2-instance-connect"/> + </packages> <packages type="image" patternType="plusRecommended" profiles="Cloud-Base-Azure"> <package name="WALinuxAgent"/> <package name="kernel-modules"/> |