---------------------------------------------------------------------------- AWS Hands-on Projects for Beginners👇 ---------------------------------------------------------------------------- ✔ Getting Started on AWS Cloud: www.aosnote.com/offers/qq2dokAR/checkout ✔ Deploy a Static Website: www.aosnote.com/offers/T7wgpKti/checkout ✔ Deploy a WordPress Website: www.aosnote.com/offers/xFzqby9z/checkout ✔ Deploy a Dynamic E-commerce Website: www.aosnote.com/offers/gYsmFBVg/checkout ✔ Deploy a Dynamic Website with Terraform: www.aosnote.com/offers/pjYL9ybL/checkout ✔ Deploy a Static Website with Ansible: www.aosnote.com/offers/WgGk2NUk/checkout ✔ Deploy a Website Docker, AWS ECR, and AWS ECS: www.aosnote.com/offers/5hthWgH4/checkout ✔ Deploy a Dynamic Website with CloudFormation: www.aosnote.com/offers/zFhSEiuQ/checkout ---------------------------------------------------------------------------- Projects Coming Soon 👇 ---------------------------------------------------------------------------- ✔ Deploy a Website with Terraform Modules, AWS ECR, and AWS ECS ✔ Create CICD to Deploy a Dynamic Website ✔ Python and AWS Lambda Project ---------------------------------------------------------------------------- Bootcamp 👇 ---------------------------------------------------------------------------- 6 Months Cloud/DevOps Bootcamp: www.aosnote.com/offers/SZFctCkU/checkout ---------------------------------------------------------------------------- Courses: www.aosnote.com/store Website: www.aosnote.com/ ---------------------------------------------------------------------------- Thank you🙏. If you find this video valuable, please don't forget to like, subscribe, and share to support this channel 👍
@efemenaukwameh14062 жыл бұрын
Saw this Premier, now its ready. Seriously don't know how you do it. Waiting for your Kubernetes Terraform EKS videos, that's what I am battling at work now. Kudos dude
@AOSNote2 жыл бұрын
Thank you Efemena. I will make those videos soon.
@oochay2 жыл бұрын
clear and concise , I love the way you demo and teach
@sheynjila24572 жыл бұрын
There you come again. Thanks a lot
@AOSNote2 жыл бұрын
Always welcome
@opeyemiojo1154 Жыл бұрын
Thanks for the demo, it’s a lovely one
@AOSNote Жыл бұрын
You’re welcome 😊
@jean2dieuj2d22 жыл бұрын
Always giving us great demo. Thanks 🙏🙏
@philippephilippe1265 Жыл бұрын
great stuff and thank you very much. however you mentioned that you will be adding adding the link for how to create terraform-user profile. Could you please give us instruction on how to create terraform-user profile?
@trungtinnguyen46802 жыл бұрын
Could you make the series about CICD flow using Jenkins to test, build, and deploy an application with multi branch(master/dev) and multi stage (Prod, Stagging, Dev) ? Tha k you
@AOSNote2 жыл бұрын
Sure I will work on it.
@akshayjoglekar5349 ай бұрын
I have created a ubuntu ami-007020fd9c84e18c7 instance. It's username will be "ubuntu" right? Or will it remain ec2-user.
@tanfortyfive2 жыл бұрын
I love this, God will bless you.
@AOSNote2 жыл бұрын
Amen. God bless you too Yusuf.
@oluwalekedavid57742 жыл бұрын
Please can you upload more standard projects with terraform like this. Thank you
@AOSNote2 жыл бұрын
Sure I will
@TgruggedRaven2 жыл бұрын
is ec2-user the default user name to connect to your ec2 instance ?
@mayanksingh992311 ай бұрын
yes it is.
@sheynjila24572 жыл бұрын
I completed the tutorial. The image could not be pushed to the docker hub. Permission denied! I am still troubleshooting. Anyone knows what I should do?
@AOSNote2 жыл бұрын
Hi Shey. That happens if you didn't successfully login your docker hub account.
@AOSNote2 жыл бұрын
Please check that first. Make sure you have specify the correct path to your password file.
@Bigmanchris5972 жыл бұрын
I got this same issue. The reason is you are not able to login to docker with that command. I did the other project where we manually push image to docker hub. The EC2 we created has aws CLi of v1 which can not correctly run the command " cat ~/my_password.txt | sudo docker login --username --password-stdin" The resolution was to install aws cli v2 on the EC2 machine and the command will work.
@k_ahsanbd2 жыл бұрын
I completed the lab, but stuck in " null_resource.name: Still creating ... [5m51s elapsed]" and this message going on. What should I need to do?
@oluwaniyiajiteru44262 жыл бұрын
Hi. check your codes. do you have commas (,) & period (.) where they are supposed to be? I experienced the same thing but later figured it out. Thank you AOS NOTE for this learning opportunity - may your path be brighten.
@k_ahsanbd2 жыл бұрын
@@oluwaniyiajiteru4426 Thanks for your comment. But I don't have any commas (,) or period (.) inside the ec2.tf file.
@oluwaniyiajiteru44262 жыл бұрын
@@k_ahsanbd another way to debug the code is to re-create the "exact" thing that AOSNOTE did in this video - starting from using the same file name, same tag etc. Maybe that can help you debug. I hope this helps. Happy Coding!
@JoseLemus688 ай бұрын
I originally had the same issue. Turns out I missed sudo commands at the beginning of the commands in the .sh file. 🤣