| by Arround The Web

How to Create Folder on S3 From EC2 Instance

To create a folder on S3 from the EC2 instance, create and connect to the EC2 instance. Install AWS CLI on the instance and use its command to create a folder.

Share Button
Read More
| by Arround The Web

How Can I Use Wildcards to `cp` a Group of Files With AWS CLI

Verify that the AWS CLI is installed on the system and then configure it. Include and exclude wildcards can be used to cp a group of files with AWS CLI.

Share Button
Read More
| by Arround The Web

What is AWS Server?

AWS server is usually known as instances especially EC2 instances that can be either utilized to deploy servers or contain built-in servers to be used.

Share Button
Read More
| by Arround The Web

Set Up a Jenkins Build Server – AWS

To set up a Jenkins build server, install it on the EC2 instance. After that, install plugins and configure the cloud by providing IAM credentials.

Share Button
Read More
| by Arround The Web

Steps to Update AWS Cloud9 IDE SAM CLI to Latest Version

To update the SAM CLI in Cloud9 IDE, simply head into the IDE and open a new terminal to write execute “pip install –user –upgrade awscli aws-sam-cli”.

Share Button
Read More
| by Arround The Web

How to Setup a Kubernetes Cluster on an AWS EC2 Instance?

Create and connect to the EC2 and install AWS CLI on it. Install Kubectl and Kops on it as well. Make an S3 bucket to store data on it and create clusters.

Share Button
Read More
| by Arround The Web

How to Use EBS Volumes with EC2 Instances?

EBS volume is used to store data of the EC2 instance. The user can create volumes from the EBS section to attach them to the instance.

Share Button
Read More
| by Arround The Web

Amazon EBS vs. Ephemeral Storage

Both EBS and Ephemeral storage provide storage space for the EC2 instance. Ephemeral is temporary storage for changing content and EBS is static.

Share Button
Read More
| by Arround The Web

AWS SDK for JavaScript

AWS SDK is a development tool kit containing all the necessary tools to develop mobile and web apps. It can be installed with “npm install aws-sdk” command.

Share Button
Read More
| by Arround The Web

How do I Connect my EC2 to Load Balancer?

Visit the Load balancers page from the EC2 dashboard and select the type of load balancer. Configure the load balancer and attach the EC2 instance to it.

Share Button
Read More
| by Arround The Web

How do I Download AWS Vault?

To download AWS AWS Vault, it is required to have chocolatey installed on the system and then use choco to download the AWS Vault on the local system.

Share Button
Read More
| by Arround The Web

What is the Difference Between AWS CLI and Console?

AWS console is the web app that has a collection of AWS services. AWS CLI is the text-based unified tool that asks commands to perform AWS tasks.

Share Button
Read More
| by Arround The Web

What is Elastic Load Balancing (ELB)?

AWS ELB is used to distribute the network traffic among different availability zones to ensure the applications’ scalability and high availability.

Share Button
Read More
| by Arround The Web

What is Amazon Simple Queue Service (SQS) and How Does it Work?

AWS SQS is used to exchange messages between different components and applications conveniently without needing any additional communication application.

Share Button
Read More
| by Arround The Web

What is AWS Kinesis Used for?

AWS Kinesis is the Amazon cloud service used to process and analyze live streams of audio and video data efficiently without delay in the processing time.

Share Button
Read More
| by Arround The Web

What is Amazon API Gateway?

An API gateway is the AWS service used to manage the APIs. It works as the entry point of all the API requests sent by the client to the application.

Share Button
Read More
| by Arround The Web

What does EBS do in AWS?

EBS is a storage space for the virtual machine created in the compute domain of AWS, and it can also create a backup with the snapshots service.

Share Button
Read More
| by Arround The Web

Is ECS the Same as Docker?

Docker develops, ships, runs, and updates applications in a container. The AWS ECS cloud service scales and manages the docker containers for availability.

Share Button
Read More
| by Arround The Web

How do I Set up Amazon SES to Send Emails?

To set up Amazon SES to send emails, head into the SES dashboard and create an Identity using an Email address and then send a test email.

Share Button
Read More
| by Arround The Web

How Do I Set up and Connect to SMTP Using Amazon SES?

To set up and connect to the SMTP using SES, create an IAM user from the SMTP page and use the endpoint and port to establish the connection.

Share Button
Read More