- Learning Sources
- Source Code - Samples
- Kubernetes
- Books
- TheDocker HandBook
- Stop all containers
docker stop $(docker ps -aq)
- Delete all containers
docker rm -f $(docker ps -aq)
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.
