Create a GitHub Account
- Go to github.com
- Click "Sign up" in the top right corner
- Enter your email
- Create a strong password
- Choose a unique username
- Confirm your email through the verification code
- Complete the personalization questions (optional)
- Create a new repository:
- Click the "+" button in the top right corner
- Select "New repository"
- Give your repository a name
- Choose whether it will be public or private
- Initialize with a README if desired
- Click "Create repository"
Exploring AWS CodePipeline in the AWS Console
- Log in to the AWS Console at console.aws.amazon.com
- In the top search bar, type "CodePipeline" and select the service
- On the CodePipeline homepage:
- Observe the main panel showing your existing pipelines
- Note the "Create pipeline" button in the top right corner
- Explore the left sidebar to see other available options
- Click "Create pipeline" to explore the creation wizard:
- Examine the source code options (GitHub, CodeCommit, S3)
- See the different build providers available
- Explore the deployment options
- In the existing pipelines section:
- Observe the visual structure of pipelines
- See the different states (Success, In Progress, Failed)
- Explore the execution history options
- Explore the settings:
- Examine the notification settings
- View the logging options
- Explore the permission policies