An associated key pair ( private key and a public key) is necessary to access EC2 instance securely. In case you have lost or corrupted the key pair, here’s how you can regain access to AWS EC2 Linux instance. Let’s assume that the EC2 instance running contains a website but you have lost the key pair that is associated with the EC2 instance. And here we will show the two easiest ways to regain access to AWS Linux EC2 instances. By using an Amazon Machine Image (AMI) By swapping the …
AWS
A Network File System is a distributed file system protocol that supports remote hosts to mount file systems through the network and interact with the file systems as though they are mounted sectionally. This allows us to connect resources to centralized servers on the network. Amazon EFS-Elastic File System gives you a simple, scalable, and fully managed elastic NFS file system to use with AWS Cloud services and on-premises resources. In this demonstration, we will show you how to configure a Network File System-NFS using AWS EFS and connect to …
This documentation will show you how to create an LVM partition on an AWS EBS volume. LVM is a storage virtualization technology that offers a flexible way to manage disk space. Using LVM we can have multiple virtual partitions on a physical volume or a single virtual partition over numerous physical volumes. 1. Deploy an EC2 instance Login to your AWS management console and search for EC2. On the EC2 dashboard, click Launch Instance to deploy a virtual machine. Provide an instance name and choose the OS image, key pair, …
AWS CodeBuild is a completely overseen persistent incorporation administration. You simply indicate the area of your source code, pick your construct settings, and CodeBuild will run manufacture contents for accumulating, testing, and bundling your code. There are no servers for provisioning and scaling purposes, or software for installation, configuration, and operation. Build Caching in CodeBuild A cache can store reusable bits of your build environment and use them over various build. By using a cache, you can save more time in the project build setup. AWS CodeBuild now enables you to store …
Data analysis is a difficult task, which has seen an attempt to make things simple, forever. Amazon Athena is a data analysis platform that allows you to perform complex queries in a short amount of time. It employs no servers, which makes the setup simple. It is not a database management system. As a result, you get charged for the queries you run. Simply point your data into S3, define the required schema, and you’re ready to go with a typical SQL query. An introduction to AWS Athena Amazon Athena …
The AWS Systems Manager’s capability provides secure, encrypted storage for configuration data management and Credentials/Security management. We can store passwords, database strings, Amazon Machine Image IDs, and license codes as parameter values. We can store values as plain text and encrypted data. You can reference Systems Manager parameters in your scripts, commands, SSM documents, and automation workflows by using the unique name you specified when you created a parameter. It is integrated with the secret manager, which manages the passwords and password policy. To access the open system manager console …
In older days applications were performed totally different from today’s world they were working fragile, slow, and lacked automation. Developers would install the packaged software manually with the help of file transfer programs, and application code deployed on the servers. The servers had a name and tags when a server went down, everybody struggled to resolve the problem and bring business back online. New releases take some time to roll out, and businesses could afford minutes or even an hour of downtime. Due to the heavy demands for faster, highly …
Mail Assure
Mail Assure is a cloud-based security solution which protects against email-borne attacks and provides security for inbound and outbound emails. Mail assure also provides email continuity if the primary email server goes down along with the long-term email archiving option. (more…)
Amazon Interactive Video Service (Amazon IVS) is a new application that we can use for creating live interactive video experiences. This interactive service may help us to create by just simply pointing your live stream to Amazon IVS, it will help seeing videos around the world within seconds without the help of any video expertise. The Amazon IVS comes with its SDK. Why Amazon IVS?
Software Engineering concepts of continuous integration, continuous delivery, and continuous deployment are the main concepts attributed to CI/CD. This enables automation in building, testing and deployment of applications. Though a real CI/CD pipeline is not easy to build the right tools could help to keep it more manageable. In this blog, we compare Jenkins and Bamboo.