Index Keywords

↶ Return

CloudFormation Commands for AWS CLI



Outline
  1. 1. Description
  2. 2. Available Commands
    1. 2.1. activate-type
    2. 2.2. batch-describe-type-configurations
    3. 2.3. cancel-update-stack
    4. 2.4. continue-update-rollback
    5. 2.5. create-change-set
    6. 2.6. create-stack
    7. 2.7. create-stack-instances
    8. 2.8. create-stack-set
    9. 2.9. deactivate-type
    10. 2.10. delete-change-set
    11. 2.11. delete-stack
    12. 2.12. delete-stack-instances
    13. 2.13. delete-stack-set
    14. 2.14. deploy
    15. 2.15. deregister-type
    16. 2.16. describe-account-limits
    17. 2.17. describe-change-set
    18. 2.18. describe-publisher
    19. 2.19. describe-stack-drift-detection-status
    20. 2.20. describe-stack-events
    21. 2.21. describe-stack-instance
    22. 2.22. describe-stack-resource
    23. 2.23. describe-stack-resource-drifts
    24. 2.24. describe-stack-resources
    25. 2.25. describe-stack-set
    26. 2.26. describe-stack-set-operation
    27. 2.27. describe-stacks
    28. 2.28. describe-type
    29. 2.29. describe-type-registration
    30. 2.30. detect-stack-drift
    31. 2.31. detect-stack-resource-drift
    32. 2.32. detect-stack-set-drift
    33. 2.33. estimate-template-cost
    34. 2.34. execute-change-set
    35. 2.35. get-stack-policy
    36. 2.36. get-template
    37. 2.37. get-template-summary
    38. 2.38. import-stacks-to-stack-set
    39. 2.39. list-change-sets
    40. 2.40. list-exports
    41. 2.41. list-imports
    42. 2.42. list-stack-instances
    43. 2.43. list-stack-resources
    44. 2.44. list-stack-set-operation-results
    45. 2.45. list-stack-set-operations
    46. 2.46. list-stack-sets
    47. 2.47. list-stacks
    48. 2.48. list-type-registrations
    49. 2.49. list-type-versions
    50. 2.50. list-types
    51. 2.51. package
    52. 2.52. publish-type
    53. 2.53. record-handler-progress
    54. 2.54. register-publisher
    55. 2.55. register-type
    56. 2.56. rollback-stack
    57. 2.57. set-stack-policy
    58. 2.58. set-type-configuration
    59. 2.59. set-type-default-version
    60. 2.60. signal-resource
    61. 2.61. stop-stack-set-operation
    62. 2.62. test-type
    63. 2.63. update-stack
    64. 2.64. update-stack-instances
    65. 2.65. update-stack-set
    66. 2.66. update-termination-protection
    67. 2.67. validate-template
    68. 2.68. wait

Description

This document contains a list of available AWS CloudFormation commands for AWS CLI.[1]

Available Commands

activate-type

Activates a public third-party extension, making it available for use in stack templates. For more information, see Using public extensions in the CloudFormation User Guide.

Once you have activated a public third-party extension in your account and region, use SetTypeConfiguration to specify configuration properties for the extension. For more information, see Configuring extensions at the account level in the CloudFormation User Guide.

batch-describe-type-configurations

Returns configuration data for the specified CloudFormation extensions, from the CloudFormation registry for the account and region.

cancel-update-stack

continue-update-rollback

create-change-set

create-stack

create-stack-instances

create-stack-set

deactivate-type

Deactivates a public extension that was previously activated in this account and region.

Once deactivated, an extension cannot be used in any CloudFormation operation. This includes stack update operations where the stack template includes the extension, even if no updates are being made to the extension. In addition, deactivated extensions are not automatically updated if a new version of the extension is released.

delete-change-set

delete-stack

delete-stack-instances

delete-stack-set

deploy

deregister-type

describe-account-limits

describe-change-set

describe-publisher

describe-stack-drift-detection-status

describe-stack-events

describe-stack-instance

describe-stack-resource

describe-stack-resource-drifts

describe-stack-resources

describe-stack-set

describe-stack-set-operation

describe-stacks

describe-type

describe-type-registration

detect-stack-drift

detect-stack-resource-drift

detect-stack-set-drift

estimate-template-cost

execute-change-set

get-stack-policy

get-template

get-template-summary

import-stacks-to-stack-set

list-change-sets

list-exports

list-imports

Lists all stacks that are importing an exported output value. To modify or remove an exported output value, first use this action to see which stacks are using it. To see the exported output values in your account, see ListExports.

list-imports is a paginated operation. Multiple API calls may be issued in order to retrieve the entire data set of results. You can disable pagination by providing the --no-paginate argument. When using --output text and the --query argument on a paginated response, the --query argument must extract data from the results of the following query expressions: Imports

list-stack-instances

list-stack-resources

list-stack-set-operation-results

list-stack-set-operations

list-stack-sets

list-stacks

list-type-registrations

list-type-versions

list-types

package

publish-type

record-handler-progress

register-publisher

register-type

rollback-stack

set-stack-policy

set-type-configuration

set-type-default-version

signal-resource

stop-stack-set-operation

test-type

update-stack

update-stack-instances

update-stack-set

update-termination-protection

validate-template

wait


  1. https://awscli.amazonaws.com/v2/documentation/api/latest/reference/cloudformation/index.html ↩︎