DevOpsofworlddevopsofworld.com·Feb 11, 2025How can I attach an AWS Organization policy to a child account or Organizational Unit (OU)?Scenario:-To attach a policy to a child account or an Organizational Unit (OU) in AWS Organizations, follow these steps: Log In to AWS Management Console: Use the management account or a delegated administrator account for AWS Organizations. Navi...Ops Fix HubAWS
DevOpsofworlddevopsofworld.com·Feb 11, 2025AWS SCP for S3: Restrict and Secure Bucket Uploads EffectivelyAmazon S3 (Simple Storage Service) is one of AWS's most widely used storage solutions. To ensure the security and compliance of data stored in S3, it is essential to enforce encryption and control access to specific resources. This article presents a...Ops Fix HubAWS
Mihir Suratwalamihirsuratwala.hashnode.dev·Feb 8, 2025SCP Command to copy the file from EC2 machine to LocalLast Blog Review → In the last blog we understood, how to copy the files from the local to EC2 machine using scp. scp is actually helpful when you want the files from the local machine to the EC2 machine and vice versa because when you have your code...AWS
Mihir Suratwalamihirsuratwala.hashnode.dev·Feb 1, 2025Understanding Secure Copy Protocol in Linux (Copying the file from Local to EC2 machine)Last Blog Review → In the last blog we understood, how tail command makes it simple to read large file by saving time, to detect issue quickly, and efficient troubleshooting. Along with different arguments which allows to display end lines, bytes. Ho...AWS
Mounssif BOUHLAOUInuux.hashnode.dev·Dec 14, 202410 Ways to Copy Files from Server to Local: A DevOps GuideOkay, let's dive deep into the world of transferring files from a remote server to your local machine. As a DevOps engineer, this is a task you'll encounter frequently, and mastering various methods is crucial for efficiency and security. This articl...2 likes·31 readsDevops
Ansh Balanlinuxfordevops.hashnode.dev·Dec 9, 2024Part 2: Mastering SSH and SCP for DevOpsIn the previous post, we explored the basics of Linux. In this part, we’ll dive into two essential tools for DevOps engineers: SSH (Secure Shell) and SCP (Secure Copy Protocol). These are crucial for securely connecting to servers and transferring fi...ssh
Mohamed El Erakieraki.hashnode.dev·Nov 29, 2024Service Control Policy EssentialsInception Hello everyone, This article is part of The Terraform + AWS series, And it does not depend on any other article, I use this series to publish-out AWS + Terraform Projects & Knowledge. Overview Service control policies (SCPs) are a type of...36 readsTerrafrom + AWSAWS
Mahendra Kondadasumahendra-kondadasu.hashnode.dev·Oct 27, 2024Essential SSH Features Every Developer Should Know: Practical Uses and Real-World ScenariosFor developers, SSH (Secure Shell) is more than just a command to connect to remote servers; it’s a versatile tool with features that streamline remote development, file transfers, and secure connections. In this post, I won’t dive into how SSH works...79 readsssh
Aditya Gadhaveadityag7678.hashnode.dev·Oct 14, 2024A Step-by-Step Guide to Safely Copy Files on Linux with SCPscp (secure copy) command in Linux system is used to copy file(s) between servers in a secure way. The SCP command or secure copy allows the secure transferring of files between the local host and the remote host or between two remote hosts . It us...Linux
Sarthak Tyagisarthakwrites.hashnode.dev·Jul 31, 2024How to make AWS SCPs By TerraformPrerequirsite:- IAM user with Administrator Permission AWS cli and Do AWS configure{Enter access key and secrets key here (iam user)} Install Terraform How to install terraform in Linux sudo apt-get update && sudo apt-get install -y gnupg softwa...27 readsscp with terraform