Horje
aws cli cloudformation list stacks Code Example
aws cli cloudformation list stacks
# Get list of all CloudFormation Stacks (basic info)
awsProfile="awsProfileName" # Use your aws profile name
awsQuery="Stacks[].{StackId:StackId,StackName:StackName,Description:Description}"
aws --profile "$awsProfile" cloudformation describe-stacks --query "$awsQuery"




Shell

Related
how to only adda and commit file that was changed in git Code Example how to only adda and commit file that was changed in git Code Example
tapping home-brew/core Code Example tapping home-brew/core Code Example
fslmeants Code Example fslmeants Code Example
cd n directories back Code Example cd n directories back Code Example
delete ec2 from terraform Code Example delete ec2 from terraform Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9