Other Services

0.0(0)
studied byStudied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/13

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 2:31 AM on 4/4/25
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

14 Terms

1
New cards

AWS CodeDeploy

a deployment service that automates application deployments to Amazon EC2 instances, on-premises instances, serverless Lambda functions, or Amazon ECS services.

2
New cards

Servers / Instances must be provisioned and configured ahead of time with the

CodeDeploy Agent

3
New cards

AWS CodeCommit

(Discontinued July 25th 2024)

• Source-control service that hosts Git-based repositories

• Makes it easy to collaborate with others on code

• The code changes are automatically versioned

4
New cards

AWS CodeBuild

• Code building service in the cloud (name is obvious)

• Compiles source code, run tests, and produces packages that are ready to be deployed

5
New cards

AWS CodeBuild Benefits:

• Fully managed, serverless

• Continuously scalable & highly available

• Secure

• Pay-as-you-go pricing – only pay for the build time

6
New cards

AWS CodePipeline

Orchestrate the different steps to have the code automatically pushed to production

• Code => Build => Test => Provision => Deploy

• Basis for CICD (Continuous Integration & Continuous Delivery)

7
New cards

AWS CodeArtifact

secure, scalable, and cost-effective artifact management for software development

8
New cards

Artifact management

Storing and retrieving code dependencies

9
New cards

Developers and CodeBuild

can then retrieve dependencies straight from CodeArtifact

10
New cards

AWS SSM

AWS Systems Manager

11
New cards

AWS Systems Manager

• Helps you manage your EC2 and On-Premises systems at scale

• Another Hybrid AWS service

• Get operational insights about the state of your infrastructure

• Suite of 10+ products

• Most important features are:

• Patching automation for enhanced compliance

• Run commands across an entire fleet of servers

• Store parameter configuration with the SSM Parameter Store

• Works for Linux, Windows, MacOS, and Raspberry Pi OS (Raspbian)

12
New cards

To use SSM you need to

install the SSM agent onto the systems we control

• Installed by default on Amazon Linux AMI & some Ubuntu AMI

• If an instance can’t be controlled with SSM, it’s probably an issue with the SSM agent!

• Thanks to the SSM agent, we can run commands, patch & configure our servers

13
New cards

Systems Manager – SSM Session Manager

• Allows you to start a secure shell on your EC2 and on-premises servers

• No SSH access, bastion hosts, or SSH keys needed

• No port 22 needed (better security)

14
New cards

Systems Manager Parameter Store

• Secure storage for configuration and secrets

• API Keys, passwords, configurations…

• Serverless, scalable, durable, easy SDK

• Control access permissions using IAM

• Version tracking & encryption (optional)