Monday, June 5, 2023

Mustafa Gonen

16 POSTS0 COMMENTS
DevOps engineer, helps companies to balance their needs throughout the software development life cycle, from coding and deployment to maintenance and updates by automation. He believes the beauty of diversity. Working in DevOps culture and being a part of this harmony makes him highly motivated and satisfied.

How to connect an AWS EC2 instance with FileZilla and do SFTP?

Intro EC2 is one of the essential services of Amazon Web Services (AWS), providing highly available and scalable...

How to install AWS CLI v2 on Linux?

Intro Whether you’ve been using AWS for some time or you are a novice, you may have noticed...

How to remove old and unused Docker Images?

Intro Do you have time in a project where you have been working for quite a long time,...

What is the difference between CMD and ENTRYPOINT in a Dockerfile?

Intro Unlike virtual machines, containers are not meant to host an operating system. Containers are just intended to...

How to containerize a Python Flask app?

Intro Today, developers want to develop, ship, and run applications faster. Docker enables them to build, test, and...

How to pass environment variables to Docker containers?

Intro In application development, it is best practice to separate services from configurations. The Twelve-factor app methodology recommends...

How to rename files and folders in Amazon s3?

Intro: Is it possible to rename files and folders in Amazon S3? How to rename files or folders...

How can we make an S3 bucket public?

Amazon S3 buckets are by default private to avoid accidental exposure of personal data by everyone. But it is possible to...

The difference between public and private subnets in Amazon VPC

Intro Subnets, public and private subnets, these are all networking issues. Therefore, network basics are required to understand...

How to Host a Static Public Website on Amazon S3?

Intro Suppose that you want to host a static public website on Amazon S3. You've registered a domain...

TOP AUTHORS

0 POSTS0 COMMENTS
16 POSTS0 COMMENTS

Most Read

How to query EC2 tags from within the instance?

Intro To help you manage your instances, images, and other Amazon EC2 resources, you can assign your own...

How to install Python3 on Amazon Linux 2?

Intro Python is an object-oriented programming language that is widely used. In addition to that, it's free and...

How to connect an AWS EC2 instance with FileZilla and do SFTP?

Intro EC2 is one of the essential services of Amazon Web Services (AWS), providing highly available and scalable...

How to install AWS CLI v2 on Linux?

Intro Whether you’ve been using AWS for some time or you are a novice, you may have noticed...