Learn Docker & Deploy to AWS - Beginner Tutorial

Learn Docker & Deploy to AWS - Beginner Tutorial

Be A Better Dev

5 месяцев назад

14,988 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@armans4494
@armans4494 - 01.08.2024 16:52

Wonderfully done video! Thank you

Ответить
@rishiraj2548
@rishiraj2548 - 01.08.2024 17:08

Great thanks

Ответить
@Stateoregano034
@Stateoregano034 - 01.08.2024 19:35

Great video thanks. Would be cool to make an advanced tutorial about setting up ECS in a way similar to how its done with docker-compose. Were you show how to set up multiple services and networking between them, how to mount volumes, etc.

Ответить
@ukaszl.9943
@ukaszl.9943 - 01.08.2024 22:15

Docker is not hardware agnostic. Container base image must be the same as cpu arch. You can not run x86 containers on arm cpu host.

Ответить
@nocomments_s
@nocomments_s - 13.09.2024 02:52

Great video as always!
Would like to see something similar for ECR, that'd be amazing!

Ответить
@eliasperez5168
@eliasperez5168 - 08.10.2024 06:12

Wow you are so freaking awesome I’m 2 years into it now thank you for the videos

Ответить
@ninobach7456
@ninobach7456 - 16.10.2024 15:05

awesome tutorial!

Ответить
@ttaylor9916
@ttaylor9916 - 18.10.2024 21:59

at the end nothing... on the 8080 port. followed direction quite closely . nice graphics.

Ответить
@NikolaMatkovic-p4s
@NikolaMatkovic-p4s - 19.11.2024 18:24

I learned which buttons and links to click to deploy docker, not how to deploy docker. No offense but I'm sure it works but I still have no idea what you are doing - maybe my skill issue, idk.

Ответить
@fabihahaider1934
@fabihahaider1934 - 23.11.2024 13:14

where is the security group settings? and how is it configured?

Ответить
@knunn552
@knunn552 - 26.11.2024 18:49

I’m deploying a containerized app to AWS ECS using the awsvpc network mode, and I noticed a potential discrepancy between my local Docker setup and the ECS task definition. Locally, I use port mappings like 80:8080 (host:container), but in the ECS task definition, I plan to use 8080:8080 since awsvpc requires the host and container ports to match. Will this difference cause any connection issues when testing locally vs deploying to ECS? Also, is there a best practice for handling such port mapping differences between local and cloud environments?

Ответить
@rewonkawebber
@rewonkawebber - 18.12.2024 16:28

I just found the channel but I've already subscribed :), it's concise, exactly what I was looking for. It's worth much more than a few hours of courses anywhere on the internet. Thank you!!

Ответить