How to Create SSH user with & without key on AWS EC2 instance.
SSH (Secure Shell) is a network protocol that enables secure remote connections between two systems. System admins use SSH utilities to manage machines, copy, or move files between systems. Because SSH transmits data over encrypted channels, security is at a high level. We can create SSH user with Key & without key. SSH User with …
Read more “How to Create SSH user with & without key on AWS EC2 instance.”
How to Create S3 bucket on Amazon Web Service(AWS).
Amazon S3 has a simple web services interface that you can use to store and retrieve any amount of data, at any time, from anywhere on the web. It gives any developer access to the same highly scalable, reliable, fast, inexpensive data storage infrastructure that Amazon uses to run its own global network of web …
Read more “How to Create S3 bucket on Amazon Web Service(AWS).”
How to Create Autoscaling Group on Amazon Web Service(AWS).
Amazon EC2 Auto Scaling helps you ensure that you have the correct number of Amazon EC2 instances available to handle the load for your application. You create collections of EC2 instances, called Auto Scaling groups. You can specify the minimum number of instances in each Auto Scaling group, and Amazon EC2 Auto Scaling ensures that …
Read more “How to Create Autoscaling Group on Amazon Web Service(AWS).”
How to Create Application load balancer on Amazon Web Service(AWS).
A load balancer serves as the single point of contact for clients. The load balancer distributes incoming application traffic across multiple targets, such as EC2 instances, in multiple Availability Zones. This increases the availability of your application. You add one or more listeners to your load balancer. Elastic Load Balancing supports the following types of …
Read more “How to Create Application load balancer on Amazon Web Service(AWS).”
How to Create Launch Configuration for autoscaling on Amazon Web Service(AWS).
A launch configuration is a template that an EC2 Auto Scaling group uses to launch EC2 instances. When you create a launch configuration, you specify information for the instances such as the ID of the Amazon Machine Image (AMI), the instance type, a key pair, one or more security groups, and a block device mapping. …
Read more “How to Create Launch Configuration for autoscaling on Amazon Web Service(AWS).”