Skip to content

Instantly share code, notes, and snippets.

@descico
Last active August 3, 2017 05:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save descico/f9febc163a7337a380846dd6409f78db to your computer and use it in GitHub Desktop.
Save descico/f9febc163a7337a380846dd6409f78db to your computer and use it in GitHub Desktop.

GCP

service oss
Cloud Dataflow Apache Beam
Cloud Dataproc Apache Hadoop, Apache Spark, Apache Pig, Apache Hive
Cloud Datalab Jupyter
Cloud Dataprep ?
Data Studio ?
BigQuery -

BigQuery

  • prefer denormalized and pre-joined tables.

AWS

AWS CloudWatch

AWS CloudFront

  • a CDN service.

Amazon Route 53

  • a DNS service.

ELB - Elastic Load Balancing

  • a load balancer for EC2 instances.
  • it has "Connection Draining" function that enables to remove the EC2 instance gracefully.
  • its console is not isolated, in EC2 console.
  • First create one or more "target group", after that create a load balancer.

AWS CodeStar

AWS CloudFormation

AWS CloudDeploy

AWS CodeCommit

  • a git repository service like GitHub.

AWS CodeBuild

  • a build interface?
    • like Jenkins?

AWS CodePipeline

AWS OpsWorks

Amazon Kinesis Streams

AWS Data Pipeline

  • https://aws.amazon.com/jp/datapipeline/
  • this tool transfers data from anything to AWS tools like S3, RDS and so on.
  • so it is impossible to use this to transfer data to Google BigQuery.
    • if you want to do that, use Google Stackdriver Logging https://cloud.google.com/logging/ instead.
    • "Stackdriver Logging は Google がカスタマイズしてパッケージ化した Fluentd エージェントを使っています。"

AWS CLI

AWS Service Catalog

AWS Elastic Beanstalk

  • EC2 + middlewares + deploy tools
  • EC2 instance that is used by Elastic Beanstalk is automatically created by the wizard.
    • t1.micro instance is choosed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment