Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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"
Comment

PREVIOUS NEXT
Code Example
Shell :: linux docker 
Shell :: ubuntu 20.04 aufräumen 
Shell :: how to clear terminal in linux 
Shell :: Make a backup of the database with SSH 
Shell :: apk remove package 
Shell :: vi replace 
Shell :: step6 pgadmin ubuntu 20.04 
Shell :: mac kill process 
Shell :: how to check ssh agent is running in git bash 
Shell :: git reset uncommitted changes 
Shell :: shutdown command linux 
Shell :: linux mint 
Shell :: ansible skip tag 
Shell :: how can I check ram usage in mb in linux? 
Shell :: how to ssh 
Shell :: bind mount on linux 
Shell :: git lfs 
Shell :: docker run commands 
Shell :: install 
Shell :: create json from terminal 
Shell :: git push specific branch 
Shell :: git hub new repo 
Shell :: bash if with function call 
Shell :: github push first time 
Shell :: how to uninstall kite 
Shell :: kubectl kubernetes port forward 
Shell :: undo pushed commit 
Shell :: windows 10 open git bash here 
Shell :: chmod 777 meaning 
Shell :: dos dir to text file 
ADD CONTENT
Topic
Content
Source link
Name
4+5 =