Difference between revisions of "Cfn"
Jump to navigation
Jump to search
↑ https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | *<code>pip3 install cloudformation-cli-python-plugin</code> <ref> https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html </ref> | ||
− | + | *<code>[[pip install]] cfn</code> | |
− | |||
− | |||
− | |||
− | |||
cfn --version | cfn --version | ||
Line 12: | Line 9: | ||
File "/usr/local/lib/python3.8/dist-packages/cfn/__init__.py", line 73 | File "/usr/local/lib/python3.8/dist-packages/cfn/__init__.py", line 73 | ||
print response | print response | ||
− | + | ||
+ | ===Errors=== | ||
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(response)? | SyntaxError: Missing parentheses in call to 'print'. Did you mean print(response)? | ||
Line 18: | Line 16: | ||
* <code>[[cfn-lint]]</code> | * <code>[[cfn-lint]]</code> | ||
* <code>[[/etc/cfn/cfn-hup.conf]]</code> | * <code>[[/etc/cfn/cfn-hup.conf]]</code> | ||
+ | * [[yum update -y aws-cfn-bootstrap]] | ||
== See also == | == See also == | ||
+ | * {{cfn}} | ||
* {{CloudFormation}} | * {{CloudFormation}} | ||
[[Category:CloudFormation]] | [[Category:CloudFormation]] |
Latest revision as of 14:14, 26 August 2021
pip3 install cloudformation-cli-python-plugin
[1]
pip install cfn
cfn --version Traceback (most recent call last): File "/usr/local/bin/cfn", line 5, in <module> from cfn import main File "/usr/local/lib/python3.8/dist-packages/cfn/__init__.py", line 73 print response
Errors[edit]
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(response)?
Related terms[edit]
See also[edit]
- Cfn,
/etc/cfn/
,/etc/cfn/cfn-hup.conf
- 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: