awsdocs / aws-doc-sdk-examples

Welcome to the AWS Code Examples Repository. This repo contains code examples used in the AWS documentation, AWS SDK Developer Guides, and more. For more information, see the Readme.md file below.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.Net DescribeOrderableDBInstanceOptions example

brmur opened this issue · comments

This is not an issue in the .NET example, because the example prints the storage type with each available option so there are no duplicates. The user can choose their instance option as shown below:
1. Instance class: db.r4.16xlarge (storage type aurora)
2. Instance class: db.r4.2xlarge (storage type aurora)
3. Instance class: db.r4.4xlarge (storage type aurora)
4. Instance class: db.r4.8xlarge (storage type aurora)
5. Instance class: db.r4.large (storage type aurora)