Skip to content

Instantly share code, notes, and snippets.

@shaikkhajaibrahim
Last active December 21, 2022 10:31
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save shaikkhajaibrahim/3413459e8600cae167322d9c66001639 to your computer and use it in GitHub Desktop.
Save shaikkhajaibrahim/3413459e8600cae167322d9c66001639 to your computer and use it in GitHub Desktop.
# This will contain links or content to be copied
Json Crack
1. https://jsoncrack.com/editor
2. https://jmespath.org/tutorial.html#filter-projections
3. aws ec2 run-instances \
--image-id ami-03b755af568109dc3 \
--instance-type t2.micro \
--key-name "my_id_rsa"
https://github.com/asquarezone/awsadministration/commit/2fde56a661575ca343787438617828d302a92dac
@krishna5683akp
Copy link

aws ec2 create-security-group --group-name my-sg
--description "My security group" `
--vpc-id vpc-0a0ef9fb424d0a691

aws ec2 authorize-security-group-ingress --group-id sg-05b85fa111ad0b18e
--protocol tcp --port 0-65535
--cidr "0.0.0.0/0"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment