Archives for AWS - Page 3
NACLs on AWS and Equivalent Firewall Rules on GCP
Also read AWS NACLs versus Security Groups and Service Accounts as an intelligent firewall option on GCP. The default NACLs on an AWS VPC allow ALL traffic (both inbound and…
2 minute security audit solution for AWS
This content is password protected. To view it please enter your password below: Password:
Transit Gateway equivalent in GCP?
Is there a direct parallel to aws' transit vpc in gcp? Network Connectivity Center - Recently, Google launched something called the Network Connectivity Center. Consisting of a central hub (which…
Next Gen Firewalls for Cloud Hosted Resources
Also read Azure Firewall versus NSGs and GCP Firewall Policies versus VPC Firewall Rules Traffic Filtering is what Next Gen Firewalls provide ( Palo Alto). Whether you need Next Gen…
Incident Response in AWS
Also read Incident Response in GCP What constitutes an incident in AWS? A compromised account is an incident - as is a compromised VM. Each of these merits a different…
Egress Costs that come into play with a Transit VPC
Egress charges incur TWICE when traffic goes through a TRANSIT VPC (Regardless of AWS or GCP). This is true on both AWS and GCP. Adding additional filtering appliances introduces…
F5 Big IP on GCP – Part 2 – Some Advanced Scenarios
HA versus LB Configuration of F5 F5 can be set up on GCP using a High Availability ( HA ) Configuration as well as a Load Balancing Configuration (using GCP's…
S3 data protection best practices
Notes from the Field Apart from standard AWS recommendations around s3 data protection, these are some tips from hands on engagements around S3 data backups (from data centers) S3…
GCP Foundation via Terraform
Google has put out a few examples of cloud foundational components - integrated into a single terraform solution that is called from a bootstrap module. Need an experienced AWS/GCP/Azure…
F5 on AWS
What roles are required to install BigIP on an EC2 or Compute Instance? F5 requires a custom AWS role with three policies attached: { "Version": "2012-10-17", "Statement": , "Resource": "*"…