Today we’re going to look at how to upload an eLearning project and generate a shareable link.
First, we’ll publish an HTML5 package from an eLearning authoring tool such as Articulate Storyline or Adobe Captivate.
Then we’ll then upload our HTML5 package to a cloud-based storage service called Amazon S3, which is one of Amazon’s many web services.
In S3, we’ll create a bucket that we can upload our eLearning package into. Then we’ll be able to generate a public link that you can share on LinkedIn, your portfolio site, or in direct messages with clients and recruiters.
Finally, please watch the whole video! There are some common mistakes that people make when uploading and sharing eLearning projects, and this video will help you avoid all of them.
Here's the code to copy and paste when you get to that part in the video:
{
"Version":"2012-10-17",
"Statement":[
{
"Sid":"PublicRead",
"Effect":"Allow",
"Principal": "*",
"Action":["s3:GetObject","s3:GetObjectVersion"],
"Resource":["arn:aws:s3:::DOC-EXAMPLE-BUCKET/*"]
}
]
}
eLearning Portfolio Review - Episode 1: https://www.youtube.com/watch?v=654s1EEGO28&ab_channel=DevlinPeck
How to Become an Instructional Designer in 2022: https://www.devlinpeck.com/posts/how-to-become-instructional-designer
Using the affiliate links below will help support me and the content on this channel:
***Best AI Tools for Instructional Designers***
Synthesia: https://www.synthesia.io/?via=devlin
WellSaid Labs: https://www.wellsaidlabs.com/?via=devlin
Descript: https://www.descript.com/?lmref=jJTSTA
Jasper: https://jasper.ai/?fpr=devlin44
***Best Laptops for Instructional Designers***
Dell XPS 13: https://amz.run/6l1w
16-inch MacBook Pro: https://amz.run/6l1y
Gigabyte Aero 17: https://amz.run/6l26
***Best Books for Instructional Designers***
The Non-Designer’s Design Book: https://amzn.to/3kP0reO
Map It: https://amzn.to/3f137mR
eLearning and the Science of Instruction: https://amzn.to/3kNuBiF
Design For How People Learn: https://amzn.to/3CLtrNM
Michael Allen’s Guide to eLearning: https://amzn.to/31ZUbJB
0:00 Intro
1:34 Amazon AWS Sign up
2:36 Amazon AWS Pricing
5:09 Creating a Bucket in Amazon S3
8:38 Uploading Your eLearning Project to a Bucket
10:35 Common Uploading Mistakes and Solutions
16:06 Conclusion