How do i list the resources within my aws cloudformation stack?



  • You can use the following command to list the resources in your cloudformation stack. Just replace the stack name for you own stack name.

    $ aws cloudformation list-stack-resources --stack-name stack1
    

Log in to reply
 

© Lightnetics 2024