Archives for Cloud Computing - Page 11
Big Data Services on GCP
BigQuery - Scalable, managed enterprise data warehouse for analytics. Cloud Dataflow - Managed service based on Apache Beam for stream and batch data processing. Cloud Dataproc - Big data platform for running Apache Hadoop and Apache Spark jobs. Cloud Composer - Managed workflow…
Check available IP addresses in an AWS Subnet
Install the AWS CLI. Get your AWS IAM user's access key (downloads a csv file) Connect to your aws account - (from cmd prompt, type aws configure). Enter your access…
Quickstart Terraform for AWS
First, install terraform and set the PATH variable Create a folder which will contain your .tf files. cd to that folder (from a cmd prompt) From the same command prompt,…
Blue Green Deployments and Testing – AWS
When an application is developed and deployed to an AWS Elastic Beanstalk environment, having two separate, but identical, environments—blue and green—increases availability and reduces risk. The blue environment is the…
monitoring and alerting , AWS cloudwatch vs GCP stackdriver
Overview For alerting based on monitored CPU, RAM etc., Amazon CloudWatch and Stackdriver are part of your native cloud monitoring services. Some of the features offered by Amazon CloudWatch are:…
Azure Landing Zone Equivalent
Landing Zone like Blueprint in Azure Is there such a thing as an multi account structure landing zone in Azure? Something like this AWS landing zone (Control Tower)? azure landing…
Cloud Security and Migration Architect, Houston, TX
azure powershell architect Anuj Varma is a certified cloud and application Architect based in Austin, TX and Houston, TX. Some aspects of Cloud Architecture that Anuj has helped customers with…
AWS to GCP Migrate
Pre Requisites on AWS - Windows VMs Velostrata uses AWS IAM groups and instance roles to define and enable these permissions. At minimum, we recommend the following setup: An IAM…
aws vpc and subnet cidr blocks–ip address blocks
Right now, there are 3 subnets . I propose 5 subnets in all - Public (Palo Alto), Web, App, Data and an AD subnet. This is a sample breakup of…
AWS Keys–of all kinds
AWS Access Keys – APIs (Programmatic User) and Root Users AWS KMS Encryption – Cloud Trail logs encrypted, app secrets encrypted AWS EC2 Key Pairs - Best Practices for accessing…