Skip to content

Instantly share code, notes, and snippets.

@rutvij-pandya
Created June 6, 2016 07:20
Show Gist options
  • Save rutvij-pandya/885d634adde30885b0c7faa94153fae6 to your computer and use it in GitHub Desktop.
Save rutvij-pandya/885d634adde30885b0c7faa94153fae6 to your computer and use it in GitHub Desktop.
AWS Part 5-Launch EC2 instance and Basic Configuration
Launch EC2 instance
>> Reference - http://dennissuratna.com/rails-deployment-aws2/
Config Security group
Make server private - only accessible via NAT
>> Select Subnat option while configuring instance
Map DNS - link web address - www.foo.com
Basic Configuration for EC2 instance
>> yum -y update
>> yum groupinstall -y 'development tools'
>> yum install -y curl-devel nano
>> sudo yum install mariadb-server mariadb-devel ## packages for MySQL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment