• 0917-xxx-xxxx
  • cerbie.delacruz@tutorialsdojo.com
  • San Jose Del Monte, Bulacan

Featured Posts about AWS

How to Upload Files To AWS S3 from React App using AWS Amplify

To get started, we first need to create a new React project using the Create React App CLI  Now change into the new app directory and install NPM packages for AWS Amplify, AWS Amplify UI React, react-router-dom, emotion, and uuid Configure Amplify Installing the CLI Next, we’ll install the AWS Amplify CLI: Now we need to configure the CLI with our […]

AWS Amplify

Build extensible, full-stack web and mobile apps faster. Easy to start, easy to scale. AWS Amplify is a set of purpose-built tools and features that lets frontend web and mobile developers quickly and easily build full-stack applications on AWS, with the flexibility to leverage the breadth of AWS services as your use cases evolve. With Amplify, you can configure a […]

Amazon S3

Object storage built to retrieve any amount of data from anywhere Amazon Simple Storage Service (Amazon S3) is an object storage service offering industry-leading scalability, data availability, security, and performance. Customers of all sizes and industries can store and protect any amount of data for virtually any use case, such as data lakes, cloud-native applications, and mobile apps. With cost-effective […]

AWS Lambda

AWS Lambda is a serverless, event-driven compute service that lets you run code for virtually any type of application or backend service without provisioning or managing servers. You can trigger Lambda from over 200 AWS services and software as a service (SaaS) applications, and only pay for what you use.

Ubuntu 20.04 – Initial Server Setup

When you first create a new Ubuntu 20.04 server, you should perform some important configuration steps as part of the initial setup. These steps will increase the security and usability of your server, and will give you a solid foundation for subsequent actions. Step 1 — Logging in as root About root The root user is the administrative user in a Linux […]

Amazon EC2

Amazon Elastic Compute Cloud (Amazon EC2) offers the broadest and deepest compute platform, with over 500 instances and choice of the latest processor, storage, networking, operating system, and purchase model to help you best match the needs of your workload. We are the first major cloud provider that supports Intel, AMD, and Arm processors, the only cloud with on-demand EC2 […]

How to launch your website using AWS Lightsail

Lightsail is an integrated product of services offered by AWS. It is better for small to medium scale workloads and much less costlier than EC2 instances. In this blog, I will show the steps on how to launch your website using AWS LightSail. First, You have to create an instance in Amazon Lightsail. Click on Create Instance And then pick […]