Created
June 6, 2016 07:20
-
-
Save rutvij-pandya/885d634adde30885b0c7faa94153fae6 to your computer and use it in GitHub Desktop.
AWS Part 5-Launch EC2 instance and Basic Configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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