aws

[Action Required] Deprecation of Amazon RDS M4, R4, and T2 database instance types on MySQL, MariaDB, and PostgreSQL [AWS Account: ]

You have probably landed here with an email notification received from AWS. You are not alone! Yes, AWS is indeed deprecating the M4, R4, or T2 instance types. So you should migrate your instance to the next available series before May 31, 2024 Upgrade Path If you need any support for this migration, we HAZERCLOUD …

[Action Required] Deprecation of Amazon RDS M4, R4, and T2 database instance types on MySQL, MariaDB, and PostgreSQL [AWS Account: ] Read More »

How to restrict s3 readable only from certain IP addresses or CloudFlare Only

In many scenarios, it becomes crucial to control and limit access to your S3 bucket to specific IP addresses. Recently, we encountered a situation where we needed to grant access exclusively to CloudFlare IPs. To address this requirement, we implemented a solution by incorporating conditions into our S3 bucket policy. This approach allows for fine-grained …

How to restrict s3 readable only from certain IP addresses or CloudFlare Only Read More »

AWS Announces Immediate Availability of London Region

AWS has announced immediate availability of the new Europe (London) Region. The London Region joins Ireland and Frankfurt as AWS’ third European location, and provides the customer with a new option for hosting applications benefiting from infrastructure located in Europe. AWS is now operating sixteen regions worldwide, bringing the total number of AWS Availability Zones …

AWS Announces Immediate Availability of London Region Read More »

How do I assign a static hostname to a private Amazon EC2 instance running RHEL 7 or Centos 7?

As a Linux System admin, we always love to work on CentOS and RHEL. In my case i had to launch a CentOS7 instance from the AWS Marketplace again. When we set the hostname with hostnamectl and reboot, yes the Instance comes with the default hostname again. So i have thought of documenting it here, so …

How do I assign a static hostname to a private Amazon EC2 instance running RHEL 7 or Centos 7? Read More »

CentOS 7 / RHEL 7 – AWS ec2 – how to set hostname persistent across reboots

Issue how to set hostname persistent across reboots in CentOS 7 / RHEL 7 on AWS ec2 CentOS 7 / RHEL 7 Hostname changes after reboots in aws ec2 Solution Set the hostname with the below command hostnamectl set-hostname hostname.yourdomainname.com Now run the below to change the cloud.cfg echo “preserve_hostname: true” >> /etc/cloud/cloud.cfg Reboot the …

CentOS 7 / RHEL 7 – AWS ec2 – how to set hostname persistent across reboots Read More »

AWS – How to setup an IAM user to access only one s3 Bucket

Hi, This will explain how you can create an IAM user in AWS, so that you can grant access to only one S3 bucket. – Create an S3 bucket in AWS account. [![](https://res.cloudinary.com/jobnix/image/upload/v1415999956/jobin_2012_02_24_01_vche3d.jpg “AWS_create_s3_bucket”)](https://res.cloudinary.com/jobnix/image/upload/v1415999956/jobin_2012_02_24_01_vche3d.jpg) –  Switch to AWS IAM tab – Click Group >> Create Group [![](https://res.cloudinary.com/jobnix/image/upload/v1415999956/jobin_2012_02_24_02_azzusv.jpg “AWS_create_iam_group”)](https://res.cloudinary.com/jobnix/image/upload/v1415999956/jobin_2012_02_24_02_azzusv.jpg) – Enter a Group Name, Click Continue …

AWS – How to setup an IAM user to access only one s3 Bucket Read More »

Scroll to Top