Amazon SNS notification with S3

Posted filed under Amazon AWS.

Simple Notification Service (SNS)     SNS is integrated into many AWS services. We are able to use it to receive notifications when events occur in our AWS Environment. With CloudWatch and SNS a full environment monitoring solution could be created that notifies administrators of alerts, capacity issues, downtime, changes in the environment, and more!… Read more »

Amazon AWS Application Elastic Load Balance (ELB)

Posted filed under Amazon AWS.

Follow @ASM_Educational           Step 1) Create Target Group 1 (Pic) and Target Group 2 (video) Step 2) Associate /Register the above group with EC1(Pic1) and EC2 (Pic2) with group 1 click target Tab ( Make sure click to add to register , then Save ) Step 3) Associate /Register the above… Read more »

Amazon AWS Nat Instance and NAT gateway

Posted filed under Amazon AWS.

Follow @ASM_Educational       The NAT Instance Install the NAT instance from Community AMI When creating a NAT instance , make sure Disable source/destination check Nat Instance must be in public subnet There must be route out of private subnet and pointed to NAT instance You Need to have a Security group for NAT… Read more »

Amazon AWS DNS Records Types

Posted filed under Amazon AWS.

Follow @ASM_Educational   From Wikipedia     Type Description Function A Address Record  Returns a 32-bit IPv4 address, most commonly used to map hostnames to an IP address of the host,but it is also used for DNSBLs, storing subnet masks in RFC 1101, etc. CNAME  Canonical Name Record Alias of one name to another: the… Read more »