Pinned Loading
-
Useful one liners calling aws api th...
Useful one liners calling aws api through cli 1# Retrive list of running EC2 instances name and private ip address
2aws ec2 describe-instances --query 'Reservations[].Instances[?State.Name==`running`].[Tags[?Key==`Name`]|[0].Value,PrivateIpAddress]' --output text
-
-
terraform-aws-secure-baseline
terraform-aws-secure-baseline PublicForked from nozaq/terraform-aws-secure-baseline
Terraform module to set up your AWS account with the secure baseline configuration based on CIS Amazon Web Services Foundations.
HCL
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.