Skip to content

Commit

Permalink
Update README: descriptions of AWS catalog images
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyeyes committed Aug 30, 2023
1 parent 5750f21 commit e77fa43
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions terraform/aws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
* [Advanced Customization](#advanced-customization)
* [Terraform Parallelism](#terraform-parallelism)
* [Remote State](#remote-state)
* [AWS catalog images"](#AWS catalog images)
* [How to upload a custom image](#how-to-upload-a-custom-image)
* [Troubleshooting](#troubleshooting)

Expand Down Expand Up @@ -236,6 +237,13 @@ The default value of `10` is not sufficient because not all HANA cluster nodes w

**Important**: If you want to use remote terraform states, first follow the [procedure to create a remote terraform state](create_remote_state).

### AWS catalog images

The expected format of AWS catalog images, it could be the image name (for example, 'suse-sles-sap-15-sp4-byos' for BYOS image, 'suse-sles-sap-15-sp4-v20230630' for PAYG image) or image ID (for example, 'ami-0885658077f2f8415').

You can query the images via https://pint.suse.com/?resource=images or aws-cli command.
You can refer to https://www.suse.com/c/suse-public-cloud-image-life-cycle/ for the images states (active/inactive/deprecated).

### How to upload a custom image

This configuration uses the public **SUSE Linux Enterprise Server 15 for SAP Applications BYOS x86_64** image available in AWS (as defined in the file [variables.tf](variables.tf)) and can be used as is.
Expand Down

0 comments on commit e77fa43

Please sign in to comment.