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
#!/bin/sh | |
java -Djava.library.path=./DynamoDBLocal_lib -jar DynamoDBLocal.jar -sharedDb |
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
Introduction to Amazon Elastic Block Store (EBS) Lab Notes: | |
------------------------------------------------------------------------------------------------------------- | |
EBS - volumes are like hard drives on a computer | |
The data on them persists through the lifetime of the volume and can be transported between virtual machines as needed | |
In the Console: | |
ELASTIC BLOCK STORE -> VOLUMES | |
Always recommended you give EBS volumes names. | |
------------------------------------------------------------------------------------------------------------- |
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
Introduction to Amazon Virtual Private Cloud (VPC) | |
--------------------------------------------------------------------------------------------- | |
WHAT IS VIRTUAL PRIVATE CLOUD (VPC)? | |
Lets you provision a locally isolated section of the AWS cloud where you can launch AWS resources in a virtual | |
network you define. You control the virtual networking env, including IP range, creation of subnets, config of route tables and gateways. | |
IPv4 and IPv6 can be used. | |
--------------------------------------------------------------------------------------------- |
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
Introduction to Amazon Simple Storage Service | |
-------------------------------------------------------------------------------------------------------------------- | |
S3 is an object storage service - scalable, available, secure and performant. | |
Provides easy-to-use management features to organize data - with fine tuned | |
access controls to mee organizational and compliance requirments. | |
Designed for (11 9's) durability. | |
-------------------------------------------------------------------------------------------------------------------- |
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
Introduction to Amazon EC2 Auto Scaling | |
--------------------------------------------------------------------------------------------------------------------------- | |
Amazon EC2 Auto Scaling: | |
> Helps you ensure you have the correct number of EC2 instances available to handle applications workload. | |
> You create collections of Ec2 instances called 'Auto Scaling Groups' | |
> Specify the minimum number | |
> Specify the maximum number |
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
WHAT IS AMAZON EFS? | |
> Simple, scalable file storage for use with Ec2 instances in AWS. | |
> Storage capacity is elastic, growing and shrinking automatically as you add and remove files | |
> Provides a standard file interface and file system access semantics | |
> Multiple EC2 instances can access EFS at the same time, allowing for a common data source for workloads running in more than 1 EC2 instance. | |
> Designed for high availability and durability | |
--------------------------------------------------------------------------------------------------------- |
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
Shared security responsibility model. | |
> Security shared between AWS and the customer. | |
> AWS secures underlying infrastructure | |
> Customer responsible for anything in the cloud | |
Managed Services: | |
> Resource without configuration work that can come with them. | |
> Don't worry about guest OS or database or replicates | |
> Just protect the AWS account using IAM | |
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
S3 Standard | |
> General purpose storage of frequently accessed data | |
Key Features: | |
> Low latency, high throughput | |
> 99.99% availability a year | |
> Resilient against events that impact an entire AZ | |
> Back with Amazon S3 SLA | |
> Supports SSL for data in transit and rest | |
> S3 Lifecycle management for automatic migration of objects to other S3 storage classes. |
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
Highly available and scalable DNS service. | |
Performs three main functions: | |
> Register domain names | |
> Route itnernet traffic to the resources on your domain | |
> Check health of resources | |
Route itnernet traffic to the resources on your domain | |
> Makes the connection between domain name and the IP address. | |
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
Cloudtrail helps you enable governance, compliance and operational and risk auditing in your AWS account. | |
Actions taken by a user,role or AWS service are recorded as events. | |
Events include actions taken in the AWS management console, CLI, SDKs and APIs. | |
Enabled by default. (Lasts 90 Days) | |
Review the event history, for an ongoing record of activity and events - create a trail. | |
Visibility into AWS account activity is a key aspect of security and operational best practices. | |
Cloudtrail can be used to: |