11 Simple Yet Important Tips to Secure AWS Deployments

1088_AWSCloudDeployment
Published: May 12, 2017
Updated: Feb 2, 2021
3 minute read
eWeek content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More


11 Simple Yet Important Tips to Secure AWS Deployments

11 Simple Yet Important Tips to Secure AWS Deployments

With cloud security constantly improving and the volume of data growing exponentially, companies of all sizes are increasingly migrating applications and workloads to the cloud. In fact, Gartner Research recently predicted that the worldwide public cloud services market will grow from $209 billion in 2016 to $247 billion in 2017. As cloud computing continues to gain traction in the enterprise, it’s important to be aware of the security challenges associated with cloud environments, in particular, Amazon Web Services. AWS currently owns about 31 percent of the overall global cloud services market. In this eWEEK slide show, using industry information from Jaime Blasco, VP and chief scientist at AlienVault, we present 11 simple yet important tips to help organizations secure their AWS environments.


Lock Down Your Root Account Credentials

Lock Down Your Root Account Credentials

Root account credentials provide users with full access to the resources in the account. As a best practice, delete the root account access keys and create an Identity and Access Management (IAM) admin user instead. In addition, enable multifactor authentication (MFA) for another layer of protection.


Use Security Groups

Use Security Groups

Use AWS Security Groups to limit access to databases and administrative services, as well as to restrict the network ranges able to access services when possible. Be sure to also monitor and delete security groups that are inactive, and to audit them regularly.


Advertisement

Utilize CloudTrail

Utilize CloudTrail

AWS CloudTrail is an effective way to monitor your AWS environment as it logs every event related to your AWS infrastructure, including Application Program Interface (API) calls and changes made from the AWS Console, SDKs or command line tools. This level of detail related to your AWS account activity can be overwhelming from a security perspective, so it’s beneficial to leverage a security solution that has out-of-the-box correlation and alerting capabilities for CloudTrail events.


Assign IAM Roles and Temporary Credentials

Assign IAM Roles and Temporary Credentials

Identity and Access Management (IAM) roles can be very granular, e.g., you can use IAM roles to define permission levels for different resources and applications that run on Elastic Compute Cloud (EC2) instances. Assigning an IAM role to an EC2 instance eliminates the need for your applications to use AWS credentials to make API requests.


Use Virtual Private Cloud (VPC)

Use Virtual Private Cloud (VPC)

An Amazon VPC is a virtual network that runs in your AWS account. It is isolated from other resources and does not route you to the internet by default, which presents key advantages from a security perspective. You can also apply security groups and access control lists to reduce the attack surface.


Implement a Bastion Host

Implement a Bastion Host

A bastion host provides access to Linux instances deployed in a private subnet of your Virtual Private Cloud, removing the need to expose the Secure Shell (SSH) service of your Linux instances and centralizing SSH access to every system. This reduces your attack surface and simplifies access control, auditing and monitoring of SSH access.


Advertisement

Scan for Vulnerabilities

Scan for Vulnerabilities

In order to launch network scans or perform penetration tests in AWS, you must get permission from Amazon first. That being said, you can scan your EC2 instances for vulnerabilities as long as your vulnerability scanner can launch authenticated scans after logging into the system.


Protect EC2 Instances Against Accidental Termination

Protect EC2 Instances Against Accidental Termination

New EC2 instances can be terminated by default upon deployment via the console or the API. By enabling “Termination Protection,” you can prevent accidental terminations that have been known to happen.


Activate Relational Database Service (RDS) Encryption

Activate Relational Database Service (RDS) Encryption

Always remember to check the “Enable Encryption” checkbox when deploying your databases into Amazon RDS. This can be done without customization and adds another layer of security to your relational database workloads by encrypting data on the server that hosts your RDS instance.


Use Load Balancers

Use Load Balancers

When deploying web workloads, remember to use Elastic Load Balancers. This helps with auto-scaling, traffic encryption and access logs storage.


Activate Virtual Private Cloud (VPC) Flow Logs

Activate Virtual Private Cloud (VPC) Flow Logs

VPC Flow Logs can be created from a network interface, a subnet or the VPC itself, providing visibility into network traffic going through your VPCs, including the source and destination address, source and destination port, number of packets, bytes, duration and whether or not the traffic was accepted or rejected. This information can be used to detect suspicious traffic, check for Indicators of Compromise (IOCs) and help during an incident response or a forensic analysis after an incident.

Chris Preimesberger

Chris J. Preimesberger is Editor Emeritus of eWEEK. In his 16 years and more than 5,000 articles at eWEEK, he distinguished himself in reporting and analysis of the business use of new-gen IT in a variety of sectors, including cloud computing, data center systems, storage, edge systems, security and others. In February 2017 and September 2018, Chris was named among the 250 most influential business journalists in the world (https://richtopia.com/inspirational-people/top-250-business-journalists/) by Richtopia, a UK research firm that used analytics to compile the ranking. He has won several national and regional awards for his work, including a 2011 Folio Award for a profile (https://www.eweek.com/cloud/marc-benioff-trend-seer-and-business-socialist/) of Salesforce founder/CEO Marc Benioff--the only time he has entered the competition. Previously, Chris was a founding editor of both IT Manager's Journal and DevX.com and was managing editor of Software Development magazine. He has been a stringer for the Associated Press since 1983 and resides in Silicon Valley.

eWeek Logo

eWeek has the latest technology news and analysis, buying guides, and product reviews for IT professionals and technology buyers. The site's focus is on innovative solutions and covering in-depth technical content. eWeek stays on the cutting edge of technology news and IT trends through interviews and expert analysis. Gain insight from top innovators and thought leaders in the fields of IT, business, enterprise software, startups, and more.

Property of TechnologyAdvice. © 2026 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.