August 30, 2021
In the previous post we talked about bastion host in VPC and how using it we can make our environment more secure. One of the things we had to do is to configure an AWS Security group, which is some Read more…
August 30, 2021
In the previous post we talked about bastion host in VPC and how using it we can make our environment more secure. One of the things we had to do is to configure an AWS Security group, which is some Read more…
November 9, 2020
One of the ways how you connect and maintain your Linux EC2 instances in AWS VPC is connecting to them using SSH protocol. You can ssh to any EC2 instance which is in a public subnet and corresponding security group Read more…
November 2, 2020
Securing your AWS account according to best practices is extremely important, but unfortunately the AWS IAM password policy feature is ignored in most cases. In this post we will go through the steps needed to be taken to secure your Read more…
October 26, 2020
When you deploy your web application in AWS VPC subnet, most probably you will follow best practices and separate your app in at least 2 layers – web/application layer and database layer. It is recommended to have a database EC2 Read more…
October 19, 2020
In the previous post we talked about creating a new IAM role and assigning it to our running EC2 instance. This will allow to authenticate any calls made towards AWS resources from any application running on this EC2. If we Read more…
October 15, 2020
There are some applications running on your EC2 instance and you need these applications to access some AWS resources. As you know, all requests (REST API calls in this case) should be authenticated. One option is to create a login Read more…
March 29, 2020
A new video has just been released in my youtube channel related to virtualization types. Also a comparison betwen self-hosted VM and cloud-hosted VM is given. Finally, I give a formal difinition what cloud actually is and define key services Read more…
March 18, 2020
Dear all,I proudly introduce a new series of videos I am going to post from now on for my YouTube channel every Wednesday – it is related to cloud technologies. In today’s video I am going to cover some general Read more…
Recent Comments