aws-cloudformation-user-guide icon indicating copy to clipboard operation
aws-cloudformation-user-guide copied to clipboard

The open source version of the AWS CloudFormation User Guide

Results 114 aws-cloudformation-user-guide issues
Sort by recently updated
recently updated
newest added

I would like to be able to view sample Cloudformation (CDK too) code for resolve Secrets Manager secrets and SSM parameters for those services inside the AWS console for those...

*Issue #, if available:* #1214 *Description of changes:* VPC endpoint policy instead of IAM endpoint policy By submitting this pull request, I confirm that you can use, modify, copy, and...

The document [Setting up VPC endpoints for AWS CloudFormation](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-vpce-bucketnames.html) under the section [Before you begin](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-vpce-bucketnames.html#cfn-setting-up-vpc-considerations) mentions > If you use CloudFormation to create resources in a VPC with a VPC...

*Description of changes:* Description mentions RDS, but actually is being used for Redshift in this instance. By submitting this pull request, I confirm that you can use, modify, copy, and...

Currently, `AWS::DynamoDB::Table` supports both resource import and drift detection. However, this support is missing from the docs. This commit fixes that. Import and drift detection seem to be supported at...

AWS::Route53Resolver::ResolverRule is missing a `"` in the JSON example. Link to the JSON example -> https://github.com/awsdocs/aws-cloudformation-user-guide/blob/main/doc_source/aws-resource-route53resolver-resolverrule.md#json-1 The second IP in `TargetIps` is missing the `"`: ``` { "Ip" : "192.0.2.99,

*Issue #, if available:* https://github.com/awsdocs/aws-cloudformation-user-guide/issues/1207 *Description of changes:* Missing double quote in the JSON example. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute...

Hi 👋 The examples of `AWS::EC2::CustomerGateway` follow a different order. It's always JSON then YAML, for the specification and examples, but it has a switched order for the examples in:...

*Issue #, if available:* https://github.com/awsdocs/aws-cloudformation-user-guide/issues/1206 *Description of changes:* Fix the order for the examples of EC2 Customer Gateway By submitting this pull request, I confirm that you can use, modify,...

Hi there 👋 ! The `InterfaceType` for the resource `AWS::EC2::NetworkInterface` isn't clear enough. The allowed values are `efa` and `trunk`, and the default `interface` but under `Allowed values` it includes...