Turn Your Vehicle Into a Smart Earning Asset

While youโ€™re not driving your car or bike, it can still be working for you. MOTOSHARE helps you earn passive income by connecting your vehicle with trusted renters in your city.

๐Ÿš— You set the rental price
๐Ÿ” Secure bookings with verified renters
๐Ÿ“ Track your vehicle with GPS integration
๐Ÿ’ฐ Start earning within 48 hours

Join as a Partner Today

Itโ€™s simple, safe, and rewarding. Your vehicle. Your rules. Your earnings.

Steps to setup Static Website using AWS S3 with Godaddy

Step 1- Create a S3 Bucket with enable all public access.

Step 2- Upload all static files using AWS console or AWS cli command line such as

$ cd www.surgeryplanet.com
$ aws s3 sync . s3://www.surgeryplanet.com

Step 3- Enable Bucket S3 Static Website Hosting

Step 4- Apply Bucket Policy to public

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Sid": "PublicReadGetObject",
            "Effect": "Allow",
            "Principal": "*",
            "Action": "s3:GetObject",
            "Resource": "arn:aws:s3:::www.surgeryplanet.com/*"
        }
    ]
}Code language: JSON / JSON with Comments (json)

Step 5- Create a S3 Bucket such as surgeryplanet.com and redirect to www.surgeryplanet.com

Step 6- Create a domain hosted zone in AWS route 53.

Step 7 – Gather NS record from Route 53 domain hosted zone.

Step 8 – Apply Route 53 given records in Godaddy Domain DNS server

Step 9 – In Route 53, Add A records with S3 Bucket of

Certification Courses

DevOpsSchool has introduced a series of professional certification courses designed to enhance your skills and expertise in cutting-edge technologies and methodologies. Whether you are aiming to excel in development, security, or operations, these certifications provide a comprehensive learning experience. Explore the following programs:

DevOps Certification, SRE Certification, and DevSecOps Certification by DevOpsSchool

Explore our DevOps Certification, SRE Certification, and DevSecOps Certification programs at DevOpsSchool. Gain the expertise needed to excel in your career with hands-on training and globally recognized certifications.