Difference between revisions of "AWS CloudFormation Parameters"
Jump to navigation
Jump to search
Line 24: | Line 24: | ||
== See also == | == See also == | ||
+ | * {{CloudFormation parameters}} | ||
* {{CloudFormation}} | * {{CloudFormation}} | ||
[[Category:AWS]] | [[Category:AWS]] |
Revision as of 18:32, 5 May 2022
Parameters:
Parameters: NameOfYourParameter: Type: String Description: your description
An error occurred (ValidationError) when calling the CreateChangeSet operation: Parameters: [YourParameter] must have value
An error occurred (ValidationError) when calling the CreateChangeSet operation: Template error: Unable to get mapping for Config::YOURINFO::PrivateSubnetTwo
Related
--parameter-overrides
- Cloudformation AWS::S3::Bucket example
aws cloudformation deploy --template-file /path_to_template/template.json --stack-name my-new-stack-name --parameter-overrides BucketName={bucket_name}
Mappings:
Conditions:
Resources:
See also
- Template:CloudFormation parameters
- AWS CloudFormation,
AWS::CloudFormation
AWS CloudFormation Designer, Drift detection, AWS Cloud Development Kit (CDK),aws cloudformation
,ServicesStack:
, AWS CloudFormation Linter (cfn-lint
), Former2, CloudCraft, Change sets, AWS CloudFormation Public Registry, CloudFormation snippets, CloudFormation templates, StackSets,Outputs:
,Type:
,Fn::Sub
,!Ref
, CloudFormation Parameters, AWS CloudFormation Templates, CloudFormation functions
Advertising: