Open in app

Sign In

Write

Sign In

Abhishek Verma
Abhishek Verma

13 Followers

Home

About

Published in TheLoudCloud

·Aug 27, 2020

This awesome CloudFormation feature is not talked about enough!

AWS CloudFormation provides parameters to get input from users. You can further validate these parameters by restricting the user input to, say, a list of values, or a regex pattern or a range of numbers. The above template uses NoEcho which masks your user input…

AWS

2 min read

This awesome CloudFormation feature is not talked about enough!
This awesome CloudFormation feature is not talked about enough!
AWS

2 min read


Published in TheLoudCloud

·Aug 13, 2020

How to un-mount AWS EFS?

AWS recommends un-mounting the elastic file system before deleting it. A thing to note is that this cannot be done using the console, or the CLI, or through any of the SDKs. To un-mount an EFS file system, one has to connect to the EC2 instance running Linux and use…

AWS

1 min read

AWS

1 min read


Published in TheLoudCloud

·Jul 11, 2020

Launch an EC2 instance with a php application

When you launch an instance in Amazon EC2, you have the option of passing user data to the instance that can be used to perform common automated configuration tasks and even run scripts after the instance starts. The command below when passed as user data will run the commands to…

AWS

1 min read

AWS

1 min read


Published in TheLoudCloud

·Jul 11, 2020

Transferring local php application to an Amazon EC2 instance

Launch an EC2 instance with Amazon Linux 2 AMI. Make sure your security group has an inbound rule to enable SSH. SSH into the instance. Install PHP: sudo amazon-linux-extras install -y php7.2 Install Apache: sudo yum install -y httpd Start the apache server: sudo systemctl start httpd Now enter the…

AWS

2 min read

AWS

2 min read


Published in TheLoudCloud

·Jul 11, 2020

Create a Slack Chat bot using AWS services

Slack is a single place for messaging, tools and files — helping everyone save time and collaborate together. Slack Connect furthers the idea of shared channels that let companies collaborate, allowing up to 20 organizations to work seamlessly together with apps, chat, and more. Chat bots can interact with…

Slack

3 min read

Create a Slack Chat bot using AWS services
Create a Slack Chat bot using AWS services
Slack

3 min read


Published in TheLoudCloud

·Jul 11, 2020

Application Deployment Models in the Cloud

Also called ‘Deployment Strategy’, ‘Deployment Pattern’, or ‘Application Release Models’, Deployment models are essentially ways to make a change or upgrade in an application. All the models aim to ensure high availability, reduce downtime and risk during or after the upgrade. All this, with a minimal impact on the users. Blue Green Deployment Model:

Cloud

6 min read

Application Deployment Models in the Cloud
Application Deployment Models in the Cloud
Cloud

6 min read


Published in TheLoudCloud

·Jul 11, 2020

Download a file from github using Linux commands

wget command is a commonly used CLI to download files from the internet. curl is another command used to transfer data to or from a server. Say, you’ve a LAMP setup in your Linux machine and want to download a php file form Github. Below is a simple php file…

AWS

1 min read

AWS

1 min read


Published in TheLoudCloud

·Jun 2, 2020

Which AWS Compute Options to choose?

Below are some of the considerations to choose the right compute option: Processing power. Customized CPU for certain use cases like GPU/IO optimized. Capacity. Scaling. Cost. The major compute options AWS offers: 1. EC2: EC2 provides virtualized servers provisioned for you and you can run your workloads on it. You own the…

Performance

5 min read

Which AWS Compute Options to choose?
Which AWS Compute Options to choose?
Performance

5 min read


Published in TheLoudCloud

·May 25, 2020

Problems detaching ENIs?

One might come across certain issues when trying to manually detach the Network Interfaces. Some sample errors: eni-xxxxxxx: You do not have permission to access the specified resource. “Error detaching network interface. eni-xxxxxxxx: You are not allowed to manage ‘ela-attach’ attachments.” Network interface ‘eni-xxxxxxxx’ is currently in use.” Solution: Navigate to…

Cloud Computing

1 min read

Problems detaching ENIs?
Problems detaching ENIs?
Cloud Computing

1 min read

Abhishek Verma

Abhishek Verma

13 Followers
Following
  • CyberPunkMetalHead

    CyberPunkMetalHead

  • George Mao

    George Mao

  • Dave Sugden

    Dave Sugden

  • Sumedha Gandhi

    Sumedha Gandhi

  • Brian Obilo

    Brian Obilo

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech