We launched the cloudonaut blog in 2015. Since then, we have published 403 articles, 96 podcast episodes, and 105 videos. Our weekly newsletter keeps you up-to-date. Subscribe now!.
Subscribe
Our weekly newsletter keeps you up-to-date. Subscribe now! It's all free.
git add -A git commit -m 'add deployment pipeline'
Create Docker Hub credentials
WARNING This step was added after the video was recorded! Therefore, it is not mentioned in the video.
The pipeline has to log in to Docker Hub to pull images without running into rate limits. The AWS Systems Manager Parameter Store is the perfect place to store secrets for your applications running in the cloud. Therefore, we recommend using the SSM Parameter Store to store your Docker Hub username, password, or access token. To create the SSM parameters, replace $YOUR_USERNAME with your Docker Hub username (create a free account at https://hub.docker.com/signup), $YOUR_PASSWORD_OR_ACCESS_TOKEN with your password or access token, and run:,