IT-Reference

How to secure a BigQuery data warehouse that stores confidential data

This document is intended for data engineers and security administrators who deploy and secure data warehouses using BigQuery. It’s part of a security blueprint that’s made up of the following: A GitHub repository that contains a set of Terraform configurations and scripts. The Terraform configuration sets up an environment in Google Cloud that supports a data warehouse …

How to secure a BigQuery data warehouse that stores confidential data Read More »

Good Data Lake Labs on AWS

These are some of good labs that can be tried on AWS regarding Big Data leveraging on Data Lake strategy. Please kindly read through in here:– simple lab: https://bit.ly/2wk6q6O – moderate lab: https://shorturl.at/gk037– longer lab (the diagram below): https://github.com/aws-samples/amazon-serverless-datalake-workshop (it will create custom page, i.e: https://s3.us-east-1.amazonaws.com/starxforce-ecommerce-datalake-ingestionbucket-ip2te8auqgxv/instructions/instructions.html) Note: This sql code below is just my quick …

Good Data Lake Labs on AWS Read More »

Deploying SAP on AWS

These are some references that can explain on how to deploy SAP on AWS. SAP Quick Start: https://docs.aws.amazon.com/quickstart/latest/sap-hana/welcome.html https://aws.amazon.com/quickstart/architecture/sap-netweaver-abap/ https://aws.amazon.com/quickstart/architecture/sap-s4-hana/ SAP Operational Excellence: https://aws.amazon.com/blogs/awsforsap/tagging-recommendations-for-sap-on-aws/ https://aws.amazon.com/blogs/awsforsap/red-hat-enterprise-linux-rhel-high-availability-for-sap-netweaver-and-hana-on-aws/ https://aws.amazon.com/blogs/awsforsap/using-aws-to-enable-sap-application-auto-scaling/ SAP Migration Strategy: https://aws.amazon.com/blogs/awsforsap/automating-sap-migrations-using-cloudendure-migration/ https://aws.amazon.com/blogs/awsforsap/migrating-sap-workloads-to-the-aws-cloud-with-aws-sms/ SAP Big Data Strategy: https://aws.amazon.com/blogs/awsforsap/extracting-data-from-sap-hana-using-aws-glue-and-jdbc/ https://aws.amazon.com/blogs/awsforsap/building-data-lakes-with-sap-on-aws/ https://aws.amazon.com/blogs/awsforsap/sap-idoc-integration-with-amazon-s3-by-using-amazon-api-gateway/ Kind Regards,Doddi Priyambodo

Build an IOS application using AWS backend

In this workshop, we will create a data-driven native iOS app, integrated with a cloud-based backend. We will use AWS Cognito to manage user authentication and we’ll use AWS AppSync to get up and running quickly with a GraphQL API that backs our data in Amazon DynamoDB. We’ll demonstrate how to use the AWS Amplifylibrary to authenticate users, to communicate with our API, …

Build an IOS application using AWS backend Read More »

Create Dynamic Contact Forms for S3 Static Websites Using AWS Lambda, Amazon API Gateway, and Amazon SES

Simple Code to create a Serverless Website for Contact Me! URL: https://aws.amazon.com/blogs/architecture/create-dynamic-contact-forms-for-s3-static-websites-using-aws-lambda-amazon-api-gateway-and-amazon-ses/ Following is the architecture flow with detailed guidance. In the above diagram, the customer is submitting their inquiry through a “contact us” form, which is hosted in an Amazon S3 bucket as a static website. Information will flow in three simple steps: Your …

Create Dynamic Contact Forms for S3 Static Websites Using AWS Lambda, Amazon API Gateway, and Amazon SES Read More »

S3 Copy Command

It’s just some quick command if you would like to copy to and from S3. aws s3 ls s3://mys3bucket/folder/subfolder/aws s3 cp s3://mys3bucket/folder/subfolder/testfile . aws s3 cp s3://mys3bucket/folder/subfolder . –recursive aws s3 cp –recursive s3://mys3bucket/folder s3://mys3target/folder There is also a good s3 copy command that you can use: https://github.com/aws-samples/amazon-s3-resumable-upload Note: If you would like to do …

S3 Copy Command Read More »

Checking whether your mail sent will go to spam folder?

Some references to it can be read from: https://docs.aws.amazon.com/pinpoint/latest/userguide/channels-email-deliverability-dashboard-pipt.html Also, you can utilize https://mxtoolbox.com/MXLookup.aspx or other tool such as https://www.dmarcanalyzer.com/spf/checker/ Some tips are putting this on your DNS https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-email-authentication-spf.html Best,Doddi

What is Cloud?

Definition of Cloud? I usually answer this question with this mechanism (from my perspective) You can ask “What”, “Where”, When”, “How”, “Why” to answer that question. What? >> it is collection of IT resources (such as compute, storage, artificial intelligence, function, framework, applications, etc) Where? >> it can be accessed from the internet, so literally …

What is Cloud? Read More »

Berkenalan dengan layanan Artificial Intelligence dan Machine Learning dari Amazon Web Service

If you think Cloud Computing is only about “Hosting your Server” (which a lot of people do)… then, please kindly read again some public materials out there and create a free account at AWS to try it by your self  – since it is way beyond than that! One of the service that I would …

Berkenalan dengan layanan Artificial Intelligence dan Machine Learning dari Amazon Web Service Read More »

Berkenalan dengan AWS DynamoDB – Platform NoSQL Database dari Amazon Web Services

Q: What is Amazon DynamoDB? DynamoDB is a fast and flexible nonrelational database service for any scale. DynamoDB enables customers to offload the administrative burdens of operating and scaling distributed databases to AWS so that they don’t have to worry about hardware provisioning, setup and configuration, throughput capacity planning, replication, software patching, or cluster scaling. …

Berkenalan dengan AWS DynamoDB – Platform NoSQL Database dari Amazon Web Services Read More »

Amazon and the nature of Leadership within this influential organization

14 Leadership Principles from Amazon that they use every day, whether they’re discussing ideas for new projects or deciding on the best approach to solving a problem. It is just one of the things that makes Amazon peculiar. #1: Customer Obsession – Leaders start with the customer and work backwards. They work vigorously to earn and …

Amazon and the nature of Leadership within this influential organization Read More »

Mengenal release terbaru dari VMware vSphere versi 6.5

Pada bulan October 2016 kemarin VMware mengenalkan vSphere seri terbaru yaitu versi 6.5. Pada tanggal 16 November 2016 software tersebut sudah bisa di-download publicly. Well, seperti biasa banyak sekali enhancements yang dilakukan pada software virtualisasi ini pada setiap versi terbarunya yang sangat sulit dikejar oleh competitors. Beberapa diantaranya adalah: Sangat mudah dan simple untuk digunakan …

Mengenal release terbaru dari VMware vSphere versi 6.5 Read More »

Oracle Database Standard Edition 2 Compare to other Editions

If you read this blog, I also have specific part talking about Oracle Database. Several years ago actually I was also an Oracle Database Administrator for Oracle 9i, 10gR2, and 11gR2 doing operational such as architecture design, deployment, performance tuning, backup, replication, clustering, and PL/SQL programming. But, currently I found cloud technology is more interesting than on-premise …

Oracle Database Standard Edition 2 Compare to other Editions Read More »