AWS Lightsail 🚀
12:32
Жыл бұрын
AWS config + systems  manager
13:48
AWS EC2 cloud watch agent
18:37
Жыл бұрын
Пікірлер
@matthewigbinehi1610
@matthewigbinehi1610 19 сағат бұрын
What VScode extension are you using to automatically generate terraform templates within VScode? Many thanks for this Tutorial.
@vaibhavjain1in
@vaibhavjain1in 20 сағат бұрын
thanks for this. The problem with this deployment is that youI can't change the website's content and keep the resources separate. Deploy.yml will deploy everything including all the resources every time you run this. I am running into the same problem. I want to separate resources and website content. Website content will be keep changing over the time that is the my use case, not sure if you can help.
@hoyinli7462
@hoyinli7462 Күн бұрын
great video
@_jiwi2674
@_jiwi2674 Күн бұрын
dude, too many "uhm"s
@matthewigbinehi1610
@matthewigbinehi1610 Күн бұрын
@awsclouddemos Many thanks for this Tutorial. What VScode extension are you using to automatically generate terraform templates within VScode?
@argelpamintuango1956
@argelpamintuango1956 Күн бұрын
Did not work for me on executing command prompt in aws cli
@1kumuda
@1kumuda 4 күн бұрын
how do I set up ssm sessionmanager for opensearch?
@andiyan5268
@andiyan5268 5 күн бұрын
Thank you very much for the video, it is very help. I want to follow exactly the steps in the video, but how do I generate the code.zip you used?
@simplifiedweb4380
@simplifiedweb4380 10 күн бұрын
Very much helpful. Thank you.
@DevOpsbyEhtesham
@DevOpsbyEhtesham 10 күн бұрын
As per the latest update from AWS, code commit is no longer available for new users, we need to remove the code commit provisioning from cloud formation template , and instead use git repository setup separately.
@anjireddykilari9731
@anjireddykilari9731 11 күн бұрын
Nice bro . Your videos are very helpful for my learning.
@MatheusFornazieri
@MatheusFornazieri 13 күн бұрын
It's not automaticaly rotating the password, this code just create the secrets and store it on AWS Secret manager.
@birbir969
@birbir969 15 күн бұрын
thank you very very much.
@chrisder1814
@chrisder1814 16 күн бұрын
hello, can I use it with the g.sheet api connector module?
@trannhan1432
@trannhan1432 16 күн бұрын
This video is insane. Thank you!
@awsclouddemos
@awsclouddemos 15 күн бұрын
Glad you liked it!
@Praveen-nh4dg
@Praveen-nh4dg 21 күн бұрын
AMAZING , THANKS FOR THIS VIDEO, BRO.... THIS IS THE ONE I WAS SEARCHING SEARCHING FOR THE LAST 20 DAYS ATLASG U SOLVED MY PROBS
@awsclouddemos
@awsclouddemos 20 күн бұрын
Pls subscribe!!
@Praveen-nh4dg
@Praveen-nh4dg 20 күн бұрын
@@awsclouddemos already subscribed
@Praveen-nh4dg
@Praveen-nh4dg 20 күн бұрын
do u hv anything related to machine learning or AI related deployment, bro?
@squidwurrd
@squidwurrd 22 күн бұрын
Everything in this video can be done without a VPC or private gateway...
@pacmanh22
@pacmanh22 22 күн бұрын
what about creating a multi-part upload for an entire directory that has multiple +5GB files ?
@CK-bu5wh
@CK-bu5wh 24 күн бұрын
Hi I wonder why do we need the S3 bucket to house the starter code. I thought we could simply store source code in the version control system and then tell the pipeline to fetch the code
@awsclouddemos
@awsclouddemos 23 күн бұрын
yep you could use it if you version control your starter code
@narasimha._sai
@narasimha._sai 26 күн бұрын
please create a video on eks creation with terraform
@awsclouddemos
@awsclouddemos 25 күн бұрын
soon!
@MatheusFornazieri
@MatheusFornazieri Ай бұрын
what happen if you re-deploy the terraform code ?
@awsclouddemos
@awsclouddemos 29 күн бұрын
it doesn't recreate all those resources again instead it checks for state and only make changes if they are newly added, deleted or if you have changed something to your resources.
@mrhasanwajahat
@mrhasanwajahat Ай бұрын
Very useful but the UI is out-dated. So for those who get stuck with port mappings please select your network as as bridge when creating tasks then you will be able to set host port.
@awsclouddemos
@awsclouddemos 25 күн бұрын
will create another video on new one!
@gautampatel7057
@gautampatel7057 Ай бұрын
how to set connection timeout limit in ALB?
@gautampatel7057
@gautampatel7057 Ай бұрын
Now, I want to add auto scalling on this code, minimum 1 task and max 10 task based on the user request. Can you please tell how to add on this file?
@gautampatel7057
@gautampatel7057 Ай бұрын
We have to change any policies or role in our aws account?
@gautampatel7057
@gautampatel7057 Ай бұрын
Can you please tell me how to solve the below error and it is urgent: (service my-service) was unable to place a task because your account is currently blocked.
@talasilapc
@talasilapc Ай бұрын
Great Demo on Express app with ECS flow!
@awsclouddemos
@awsclouddemos Ай бұрын
Thanks! Hope you have subscribed!!
@gautampatel7057
@gautampatel7057 Ай бұрын
(service my-service) was unable to place a task because your account is currently blocked. - how to solve this error?
@gautampatel7057
@gautampatel7057 Ай бұрын
I have one error in the code. can you please tell how to solve this error. Error: creating ECS Service (my-service): InvalidParameterException: The container container does not exist in the task definition. │ │ with aws_ecs_service.ECS-Service, │ on ecs-service.tf line 1, in resource "aws_ecs_service" "ECS-Service": │ 1: resource "aws_ecs_service" "ECS-Service" { │ ╵
@awsclouddemos
@awsclouddemos Ай бұрын
check your container image
@gautampatel7057
@gautampatel7057 Ай бұрын
@awsclouddemos ok. Now I want to use ecr instead of docker Hub. So first I have to create ecr, and then I have to ecr url into docker Hub url in the ecs tf file?
@prernasharma7840
@prernasharma7840 Ай бұрын
Thankyou so much for making this video, i have watched a lot of videos as i am learning DevOps. But till date, i found this video to be the best. it has been explained step by step in a very easy way.
@awsclouddemos
@awsclouddemos Ай бұрын
🤩
@redgab9939
@redgab9939 Ай бұрын
hello sir I want to ask, what should I change in terraform file if I use the port 3000 in my web app container, thanks
@awsclouddemos
@awsclouddemos Ай бұрын
change the container port here in this file github.com/gitmurali/terraform-aws-snippets/blob/main/5.%20aws_tf_ecs_fargate/ecs-taskdefiniton.tf
@vicdeth13
@vicdeth13 Ай бұрын
Suggestion: Try using far less fillers like "uhhh" "ummm", really derails the focus of the listener and makes it hard to distinguish between what you're trying to say vs "thinking out aloud"
@awsclouddemos
@awsclouddemos Ай бұрын
Thanks for feedback!
@mwesigwaisaac7828
@mwesigwaisaac7828 Ай бұрын
Please
@lukesullo910
@lukesullo910 2 ай бұрын
Is there any way to make this into a chat application?
@awsclouddemos
@awsclouddemos 2 ай бұрын
I will try to make another video
@Patrick-hl1wp
@Patrick-hl1wp 2 ай бұрын
video is good, but better not to demand "Like/Subscription" during the video
@awsclouddemos
@awsclouddemos 2 ай бұрын
the reason why I ask is out of 100% viewers only 4% are my subscribers. Remaining 96% people are just watching the videos and not subscribing. I want to make sure you hit that subscribe button if you learned something 👍🏼
@Dineshkumar-sw8vr
@Dineshkumar-sw8vr 2 ай бұрын
I am a beginner in Terraform, currently using Terraform 1.8.4. I am following your video tutorial. When I try to type tf-aws to get the Lambda code, as shown in your video, it is not auto-populating. Can you please help me understand what I am missing?
@awsclouddemos
@awsclouddemos 2 ай бұрын
use the vscode extension "Terraform doc snippets"
@legooos
@legooos 2 ай бұрын
great, thanks a lot
@awsclouddemos
@awsclouddemos 2 ай бұрын
Glad it helped
@davidokafor2797
@davidokafor2797 2 ай бұрын
This is amazing
@awsclouddemos
@awsclouddemos 2 ай бұрын
glad you liked it!
@user-li9it6cf6o
@user-li9it6cf6o 2 ай бұрын
waouhhhhh, excellent
@awsclouddemos
@awsclouddemos 2 ай бұрын
Glad you like it!
@thisgnop3177
@thisgnop3177 2 ай бұрын
As of May of 2024, this video is obsolete.
@awsclouddemos
@awsclouddemos 2 ай бұрын
and...why is that ?
@thisgnop3177
@thisgnop3177 2 ай бұрын
@@awsclouddemos Sorry if I was rude bro. It is just that AWS has updated their UI and it is no longer possible to follow your steps and do exactly like you do. I have followed your steps till the point where you create an ECS Cluster. From there I was stuck.
@krishj8011
@krishj8011 2 ай бұрын
Nice Tutorial...
@awsclouddemos
@awsclouddemos 2 ай бұрын
Thanks for watching
@JCuervo330
@JCuervo330 3 ай бұрын
6:26 what to do here if original file is only saved to my local hard drive, not already in a AWS bucket.
@awsclouddemos
@awsclouddemos 2 ай бұрын
I have uploaded it from an ec2 you could do it from your local as well
@uniqworldtraveller
@uniqworldtraveller 3 ай бұрын
You don’t need to use secret manager if you are using IAM roles to access DB. Jfyi.
@maxvolmue99
@maxvolmue99 3 ай бұрын
super super video... well done!
@awsclouddemos
@awsclouddemos 3 ай бұрын
Thank you very much! don't forget to subscribe!!
@abdo3taa39
@abdo3taa39 3 ай бұрын
Thanks that was very helpful
@awsclouddemos
@awsclouddemos 3 ай бұрын
Glad it helped
@knalum88
@knalum88 3 ай бұрын
So roughly 10 files and 150 lines of config in order to expose a hello world python API. Is there a more straightforward way of doing this?
@awsclouddemos
@awsclouddemos 3 ай бұрын
I think it depends on what you are trying to do.. 1. if you are simply trying to create a api you can go ahead and do it straight away in console. 2. if you want to write your infractructure as code then you have cdk, SAM, cloudformation templates and terraform etc..
@rajmohan4369
@rajmohan4369 3 ай бұрын
bro how to can i change the region and one more ques version 2017-17-10 is this same for all time use this code
@awsclouddemos
@awsclouddemos 2 ай бұрын
yes it's same so far. Can you be more specific ?
@meralmaradia4774
@meralmaradia4774 3 ай бұрын
so what if we have multiple tasks to run on EC2 ? will it create sub domain or something like that ?
@awsclouddemos
@awsclouddemos 2 ай бұрын
you can do load balancing if you have multiple tasks
@saisatyanarayana4247
@saisatyanarayana4247 3 ай бұрын
Whats the difference from deploying using codedeploy and and directly selecting ecs in deploy stage As code deploy also have that option as ecs and other 2 (ec2 and lambda)
@harpreetsandhu2452
@harpreetsandhu2452 3 ай бұрын
great video. may i know what extension are you using for terraform. TIA.
@awsclouddemos
@awsclouddemos 3 ай бұрын
Terraform doc snippets
@pravinkamble1113
@pravinkamble1113 3 ай бұрын
Please make a video on S3 to EC2 instance file transfer by using S3 event notification which will trigger lambda. That lambda function will copy file from S3 bucket
@awsclouddemos
@awsclouddemos 2 ай бұрын
soon!