- Jan 07, 2023
-
-
Gloria Agwu authored
This reverts commit 29564584.
-
- Jan 05, 2023
-
-
Gloria Agwu authored
-
- Sep 12, 2022
-
-
pgasca authored
Update aws-resource-eks-nodegroup.md
-
- Aug 11, 2022
- Aug 10, 2022
-
-
pgasca authored
Simplified further to just mention property being described for each context.
-
pgasca authored
Removed extraneous linefeed that was accidentally added.
-
pgasca authored
Simplified description and made it more future proof.
-
pgasca authored
Rewrote for clarity and style consistency.
-
Ravi Sinha authored
-
- Aug 04, 2022
-
-
keithhc2 authored
-
- May 31, 2022
-
-
Ami Gregory-Ito authored
-
Ami Gregory-Ito authored
-
- May 05, 2022
-
-
Kendra Ellis authored
-
- Mar 23, 2022
- Mar 22, 2022
- Mar 16, 2022
-
-
Kristina Peterson authored
Thank you for calling attention to the formatting error. I'm merging the suggested fix.
-
- Mar 15, 2022
-
-
Patrick Rachford authored
-
Patrick Rachford authored
feat(ec2): add x2idn and x2iedn instances
-
Patrick Rachford authored
-
- Mar 12, 2022
-
-
em-shea authored
-
- Mar 11, 2022
-
-
L.J authored
-
LJArendse authored
Omitting the AWS::Events::Rule Target RoleArn property results in a CloudFormation CREATE_FAILED, for example, when the target is a codebuild project. See error: RoleArn is required for target arn:aws:codebuild:af-south-1:00000000:project/codebuild-project-1. (Service: AmazonCloudWatchEvents; Status Code: 400; Error Code: ValidationException; Request ID: XXXXXX-XXXX-XXXX-XXXX-XXXXXXXX; Proxy: null) The RoleArn raised in the above error appears to be referring to the Resources.MyEventBridgeEventRule.Properties.Targets.RoleArn of the Target (i.e. events-rule-target-rolearn), not the Resources.MyEventBridgeEventRule.Properties.RoleArn resource property (i.e. events-rule-rolearn). See: - https://github.com/awsdocs/aws-cloudformation-user-guide/pull/1178 for more detail. - events-rule-target-rolearn: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-rule-target.html#cfn-events-rule-target-rolearn - events-rule-rolearn: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-rolearn The error was only resolved after setting the AWS::Events::Rule Target RoleArn (events-rule-target-rolearn). I believe that changing the AWS::Events::Rule Target RoleArn property from 'No' to 'Conditional' may more clearly indicate that the RoleArn may be a required property of the AWS::Events::Rule Target.
-
- Mar 10, 2022
-
-
Robert Djurasaj authored
-
Mark Baker authored
fix: remove repeated properties
-
Patrick Rachford authored
-
Suket Sharma authored
Add a callout that updates to tags cannot be associated with an update ReleaseVersion, Version or LaunchTemplate.
-
GlennChia authored
-
LJArendse authored
Omitting the RoleArn property results in a CloudFormation CREATE_FAILED, for example, when the target is a codebuild project. See error: RoleArn is required for target arn:aws:codebuild:af-south-1:00000000:project/codebuild-project-1. (Service: AmazonCloudWatchEvents; Status Code: 400; Error Code: ValidationException; Request ID: XXXXXX-XXXX-XXXX-XXXX-XXXXXXXX; Proxy: null) I believe that changing the RoleArn property from 'No' to 'Conditional' may more clearly indicate that the RoleArn may be a required property of the AWS::Events::Rule resource.
-
- Mar 08, 2022
-
-
Dylan authored
Fixed typo: `VpcID` -> `VpcId`
-
- Mar 07, 2022
-
-
Patrick Rachford authored
-
- Mar 04, 2022
-
-
Patrick Rachford authored
-
- Mar 02, 2022
-
-
Jim Dial authored
Update aws-resource-eks-fargateprofile.md
-
Patrick Rachford authored
Patch 1
-
- Mar 01, 2022
-
-
Vicary A authored
-
dhx-mike-palandra authored
More consistent use of quotes in YAML keys.
-