AWS allows you to create new EBS volumes and you can attach it to EC2 instance for extra storage. However, to make it usable as storage inside the instance, you need to mount it to a specific folder. First create…
For Amazon Linux 2 or the Amazon Linux AMI, the username is ec2-user.For a Centos AMI, the username is centos.For a Debian AMI, the username is admin or root.For a Fedora AMI, the username is ec2-user or fedora.For an RHEL…
While having the discussion at Nimesa about the cost-saving options for AWS cloud, we found one of the most costly of AWS sins is the pervasive habit of running dev test EC2 instances after business hours. Whether you are leaving…
Cloud Server/network outages are wrecking balls, and it can happen with a dominant market player like the Amazon Web Services (AWS), The latest is an extensive outage brought on by a human error at an AWS data center in Virginia.…
Cloud computing came through long way by replacing layer after a layer we used bare metal server then Virtual servers then Containers now Serverless computing Serverless is the next evolution of application and system design and deployment. Serverless applications are…
AWS Lambda lets you run code without provisioning or managing servers. You pay only for the compute time you consume – there is no charge when your code is not running. With Lambda, you can run code for virtually any…
Recently, An Indiana hospital paid a ransom of $55,000 to get rid of ransomware that had infected its systems and was hindering operations. when attackers breached the network of Hancock Health, a regional hospital in the city of Greenfield, Indiana.…
I have been working on a Cloud data protection application which would be running on AWS Cloud EC2 instance, for some information processing I need to get the instance id of my Amazon AWS EC2 instance which my software is…
Today’s developers and organizations are migrating large, monolithic legacy applications to microservice-based architectures to improve scalability and developer velocity. However, these benefits come at a cost, namely integration complexity. Additionally, developers still often interact directly with the infrastructure, whether it…
Amazon AWS Lambda functions are becoming more popular. Where I don’t need to setup and manage servers to Dev and deploy my code. Currently Lambda supports node Java python and C#. In the AWS reInvent AWS .Net team showed the…