Within the age of AI, getting seen in your expertise is of paramount significance. This can be a nice step for these on the lookout for alternatives in a cluttered market with tons of of candidates. Hiring managers search for expertise aside from these in your resume. That is the place having a web based presence helps you stand out. This information will assist you to just do that, with step-by-step directions on the best way to add your resume to a web site and use it as your on-line profile.
Your individual Resume Web site
On this weblog, you’ll discover ways to take a Google doc (from Google Docs) saved on Google Drive and publish it on an AWS static web site. You may then use it to advertise your profile with a hyperlink to your resume. You may be studying the best way to use AWS Free Tier for this train. For this, we’ll create a storage container (S3), which is able to home an HTML doc (code included). We will then create a static web site to show your resume on-line. All this is freed from cost.
Necessities
To your personal AWS account, you’ll need:
- An E-mail that you’ve got entry to
- A bank card for authentication from AWS
Sure, that’s it! It’s that simple to have your individual AWS account.
Step-by-Step Information
Subsequent, let’s take a look on the abstract of your complete course of we have to perform. The picture under depicts your complete course of in a nutshell

Now on to the steps that can assist us obtain our desired final result.
Step 1: Create an AWS account within the free tier
AWS Free tier permits as much as 5 GB of Amazon S3 normal storage, 20,000 GET requests, 2,000 PUT/POST/COPY requests, and 15 GB of outbound switch per thirty days. Right here, I will even let you know a option to maintain your finances in test.
Subsequent,
- Go to the AWS Free Tier account via the hyperlink right here.
- Enter your electronic mail and account identify, and confirm your electronic mail tackle
- Choose your password (you would possibly must check in once more)
- Examine Private Account in your personal initiatives (this supplies you with free AWS providers)
- Enter Billing data – since this can be a free tier, no prices can be made apart from an authentication test
- Choose a fundamental assist plan

Congratulations! You could have created your first AWS Account.
Now, within the prime proper nook, click on in your account identify and go to billing and price administration. On this web page, test your contact data and add alternate contact information if wanted.
Step 2: Create a finances
That is to make sure you get any updates on the price incurred. Don’t fear, that is only for being conscious of what’s taking place
- On the billing and price administration web page, which we opened above, from the checklist on the left, click on on billing preferences
- Examine bill supply preferences and activate PDF supply
- Additionally, test free tier utilization alerts, as this can notify you of any utilization thresholds in your account. Additionally, test the Cloud Watch billing alert
Now we’ll arrange our finances, click on on Budgets, and click on on Create New Price range

- In finances setup – choose Use a template (simplified)
- In Templates – new – choose Zero spend finances (You may choose month-to-month as nicely when you want to spend some quantity)
- Add finances identify – I entered My Zero Spend Price range
- Add your electronic mail to the e-mail recipients
- Click on Create Price range
That’s it, you will have created your first finances in AWS.
Step 3: Resume & HTML doc
Right here we’ll accomplish two issues: we’ll first get a hyperlink to our resume from Google Docs after which add this hyperlink to the HTML code for our web site.
Don’t know HTML – don’t fear. I’ll present the code wherever wanted. You don’t actually must be an professional in HTML to do that.
- Add your resume to Google Drive.
- Open Google Docs and find the doc you uploaded.
- Open the doc on a browser and click on on Share. Within the share menu, click on on the dropdown for Normal Entry and choose anybody with the hyperlink

Copy this hyperlink and put it aside in Notepad. We’re going to use it within the subsequent step.
Subsequent, we’re going to construct the index web page, which is actually the HTML web page for our web site. Take the code under & paste it right into a textual content doc and put it aside as .html
Your Identify - Resume
Change the hyperlink under on the finish of the code together with your identify or the rest you need to show
Contained in the double quotes, copy the hyperlink in your Google Doc resume that we saved earlier. Depart the remaining as is and save as nameoffile.html
Step 4: Creating an S3 bucket with a static web site
Now we’ll create an S3 bucket, which is a storage container inside AWS. We will retailer as much as 5 GB of objects inside S3 within the free tier
Check in to the AWS console
Within the search tab, kind S3 and click on on S3

Create Bucket – maintain it as a general-purpose
Identify your bucket (Notice: Bucket names have to be 3 to 63 characters and distinctive. They have to additionally start and finish with a letter or quantity. Legitimate characters are a-z, 0-9, durations (.), and hyphens (-))
Preserve ACLs disabled

Uncheck the field to dam public entry, and test the acknowledgement

Depart the remaining as is and click on Create Bucket
You’ll see a hit message on the prime, as proven within the picture right here

Subsequent, click on on the bucket identify, after which click on on properties

On the very backside, you will note that static web site internet hosting is disabled by default. Click on on edit

Click on Allow and paste the HTML file identify within the index doc field, and save

Now save the ARN (Amazon Useful resource Quantity) (mine is – arn:aws:s3:::karanresumeproject11234) and put it aside in a notepad – we’re going to want it within the subsequent step

Now go to the permissions tab and click on on edit on bucket coverage, and save the next code. Additionally copy the ARN above as within the instance under
{
"Model": "2012-10-17",
"Assertion": [
{
"Sid": "PublicReadGetObject",
"Effect": "Allow",
"Principal": "*",
"Action": "s3:GetObject",
"Resource": " arn:aws:s3:::karanresumeproject11234/*"
}
]
}
Hit save, and now click on on objects. On this step, we’ll add the HTML file that we created as an object on this bucket

Inside objects, click on on add, add recordsdata, and add myresume.html file in step 3, and click on add. Hit shut if you see the add succeeded message.

That’s it, we’re achieved.
Conclusion
Need to see the work that you simply simply did. Go to Properties and scroll all the way down to the very backside, the place it says static web site internet hosting. There’s a URL on the backside. Click on on it and there you go; you will have simply created your first web site and hosted your resume on-line.

Merely click on on the hyperlink and see if the resume you used reveals up!!

Within the AI age, getting your self seen is the important thing to a world of alternatives and goes a good distance in direction of constructing a private model. This additionally propels us to do one thing we’re not comfy with and discover our boundaries.
This complete exercise will assist you to on each fronts. It is going to assist you to stand out in a crowded job market by displaying your complete checklist of expertise {and professional} expertise. It is going to additionally showcase the additional efforts you went via to depart an impression. So, merely observe the steps above and have a particular mark in your subsequent job function.
Login to proceed studying and luxuriate in expert-curated content material.