Skip to content

Instantly share code, notes, and snippets.

View naveengarla's full-sized avatar

Naveen Garla S naveengarla

View GitHub Profile
@naveengarla
naveengarla / docker-cleanup.md
Last active October 24, 2020 17:23
Docker Scripts
  • Stop all containers
docker stop $(docker ps -aq)
  • Delete all containers
docker rm -f $(docker ps -aq)
@naveengarla
naveengarla / aws-certification.md
Created January 8, 2019 04:51 — forked from miglen/aws-certification.md
AWS Certification guide and notes on how to prepare for the aws associate certification architect, sysops and developer exams


AWS Certification notes

Those are my personal notes on AWS Solution Architect certification preparation. Hope you find them usefull.

To pass AWS certification, you should have:

  • Sound knowledge about most of the AWS services ( EC2, VPC, RDS, Cloudfront, S3, Route53 etc,)
  • Hands on experience with AWS services.