Skip to main content

Posts

Showing posts from November, 2018

Using AWS Cloud9 and AWS CodeCommit to create Angular project.

Assuming you already know what is AWS Cloud9 and are already familier with Angular and Angular Cli, I will jump straight to the steps to create and serve an Angular 7 project right from the Cloud9 IDE. To reach to the welcome page of IDE, perform following steps. Target 1: Create your repository and environment. Login to your AWS console using your root credentials. Go to IAM and create a new user so that you can use it for AWS CodeCommit and AWS Cloud9. This is highly discouraged to use your root account for all of these purposes. Make sure to either generate password for your newly created account of configure SSH access for the account. Go to AWS CodeCommit console and create a new repository and enter repository name and description and click on next. You will be redirected to the repositories list page where you will  find your newly created repostiory. Now open AWS Cloud9 console  and create a new environment. Enter environment name and description and click on nex