Please enable JavaScript.
Coggle requires JavaScript to display documents.
Amazon Terminology (AWS Services (CodePipeline(Workflow)[AWS Service]
1…
Amazon Terminology
AWS Services
-
-
-
CodePipeline(Workflow)[AWS Service]
1.Can be edited only using the
a.AWS UI
b.AWS CLI
Note: pipeline.json can be added when using aws cli but this is not stored in the repo
-
-
Deployment Tools
-
-
AWS CloudFormation
Create resources, group of resources using cloud formation template file - json, yaml ,txt
Stack can be created using
1.AWS Cloud formation console
2.API
3.AWS CLI
File can be created locally or stored in S3 Bucket
if done locally aws uploads to S3 Bucket
-
-
CloudTrail?
Trail is a configuration that enables delivery of events as log files to an amazon s3 bucket that is specified.
They are not ordered as they are events
-
Network
Elastic IP (Static IPv4 address)
Associated with account
Used to hide the failure of an instance by rapidly remapping to another instance
-
-
-
-
-
-
EFS
[Elastic file system]
High workloads
Good for NAS
Good for Servers
Accessible via web, via file system
Mount EFS to various aws services and access across virtual machines
service to rent hardware, server and o/s
EC2
Elastic cloud compute
[Need to create instances, put the servers and runtime on it]
Elastic Beanstalk
[chose the platform, it creates the instance, orchestration service, another layer of abstraction to manage instances]
-
AWS Lamda
what is AWS Lamda
Compute Service, run code without Provisioning/managing servers,exeutes code only when needed and scales automatically
-
-
-
-
-
-
-
AWS Tools
putty
connection to ec2
-
-
-
-
Security group: Enable inbound ssh traffic from your idp address to your instance. Default security group for the vpc does not allow incoming sssh traffic by default. Launch wizard does.
-