How to set lifecycle rule on an S3 bucket?
We have a few numbers of storage classes available on Amazon’s S3 bucket service. Each storage option is available for a particular type of usage. But, what if we want to change the type of…
We have a few numbers of storage classes available on Amazon’s S3 bucket service. Each storage option is available for a particular type of usage. But, what if we want to change the type of…
Security is one of the crucial aspects about, meaning you will only store your data online on storage providers like Google, Dropbox or Amazon. In the case of Amazon, its “Amazon S3” service available on…
As one has to maintain multiple copies in order to have backups of data, having multiple copies without any proper metadata may lead to some disastrous situations. Previously, as we have learnt about “How To…
When it comes to mind about AWS, its S3 bucket service is one of the largest and durable platforms on earth. It stands for “Simple Storage Service (S3)“, and today we are going to learn…
The main reason why people still choose AWS over other cloud providers is because of its “free tier for full 1 year“. Although it has some limits so, small developers of small start-ups need an…
Today, we are going to set up IAM on AWS, also known as “Identity and Access Management“. We require this when we do not want to share the “root credentials” of aws account to others…
There are types of docker networks available now, but for standalone applications mostly “host” and “bridge” networks are used, which are “single-host networks“, means their effect is local to the individual host. Today, we are…
Docker networking is important if you are dealing with it on a production level, because if unaware then one might end up exposing the whole system or containers to the outside world, which as a…