Golang On AWS EC2 - How To Deploy A Golang App On Amazon Web Services (AWS) #golang-ec2 #go-aws

preview_player
Показать описание
How To Deploy A Golang App On AWS

We will use AWS-CLI and Docker-Machine to create an EC2 machine on AWS and deploy a golang project.

▬ Contents of this video ▬▬▬▬▬▬▬▬▬▬
0:00 - intro
0:45 - demo
1:46 - project briefing
8:30 - back to drawboard

#go-aws #awsgolangdeploy #golangaws #awsgoapp
Рекомендации по теме
Комментарии
Автор

Thank you very much, this video is really good. If I could make one suggestion it would be to either turn off the music or at least change the volume so I can hear you better. I am looking forward to learning more from your channel

smann
Автор

Thank you for this tutorial Akhil! :)

Also for anyone doing this:
1. You need to edit your EC2 Security Group and add an Inbound Rule to allow the ports.
2. Docker does not work with the default "t2.micro" anymore. Need to specify the ami for t2.micro Ubuntu 18 or latest like:
$ docker-machine create -d amazonec2 \
> --amazonec2-region us-west-1 \
> --amazonec2-ami ami-067f8db0a5c2309c0 \
> --amazonec2-ssh-keypath ~/.ssh/id_rsa \
> aws-new-cli-test
3. If you want to run the app without your terminal staying open, run the following:
docker run -d -p 8080:8081 docker-test

SayedHaque-lnej
Автор

Another excellent video. Great golang content, and I happen to like your style. By the way, what are you drinking during the video?

mattsavage
Автор

deploy a go-lang project on ubuntu instance 18.04 step by step i have lots of try but not able to done

vishalsaxena
Автор

The docker-machine command apparently needs AWS credentials because the command times out when it tries to create an SSH connection - a search on the net shows that this is because the snap installation of docker doesn't have the permissions needed. Any ideas? I can't seem to solve this one

awallaustin
Автор

Hey bro, I am facing an error on docker-machine create it says unable to Install Docker, any suggestions on what could I do ..?
+ on docker-machine ls : the error side says Unable to query docker version: Cannot connect to the docker engine endpoint

denilbhatt
Автор

Please can you do a tutorial on how to use context package, I'd really appreciate it

abiodun
Автор

hi could you please show your security group settings for this as i cannot connect to my instace through public dns

thomasacheson
Автор

Hi, can this be deployed free on AWS or should I pay for it ?

sudarshanr
Автор

Awesome video, But I wonder why you are using windows (I too use windows, m poor)

ashiqdey
Автор

I acutually like the background music - of course it is just a personal preference

forvm
visit shbcf.ru