AWS cheat sheet: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

19 October 2023

14 October 2023

  • curprev 18:4918:49, 14 October 2023Admin talk contribs 3,806 bytes +3,806 Created page with " =Identity= aws sts get-caller-identity =SSO Login= aws sso login --profile ProfileName =Secrets= *List secret aws secretsmanager list-secrets *Get secret aws secretsmanager get-secret-value --secret-id "SecretName" =Instances= *List aws ec2 describe-instances *Filter by ip address aws ec2 describe-instances --filters Name=private-ip-address,Values=x.x.x.x *Query by ID, Time and IP aws ec2 describe-instances --query 'Reservations[*].Instances[*].[InstanceId, Lau..."