top of page

    Learn AI Development on AWS

    • elaineyunruchan
    • Jan 12
    • 2 min read

    Updated: Jan 21


    Hints


    Unlocking the Toolbox

    The answer is a resource on AWS. Make sure that there are no spaces in your answer.


    Open me if you're still stuck 🤪

    The answer is: bedrock



    Getting the Machine Part

    Make sure you've got 5 active connections in total. Take note of the letters in appearance. Did you notice that the first letter is different from the second letter?

    Open me if you're still stuck 🤪

    The letters are: A I N T T

    What word can you form from these letters? The answer is a resource on AWS.


    Finding the Magic Word

    Steps to create the S3 bucket

    1. Create an s3 bucket

    2. Unblock all public access

      ree
    3. Edit the bucket policy to have read/write permissions

    {
    	"Version": "2012-10-17",
    	"Statement": [
    		{
    			"Sid": "ReadWrite",
    			"Principal": "*",
    			"Effect": "Allow",
    			"Action": [
    				"s3:ListBucket",
    				"s3:PutObject"
    			],
    			"Resource": "<your-bucket-arn>"
    		}
    	]
    }
    1. Use the `cp` command to copy everything from s3://theawscloudconjurer-elainechan01 to your newly created bucket

    aws s3 cp s3://theawscloudconjurer-elainechan01 s3://your-new-bucket-name --recursive
    1. Look for the file called magic_word. Enter the path as the answer e.g., foldername/foldername

    Open me if you're still stuck 🤪

    The answer is: sagemaker/jumpstart



    Preparing the Dataset

    1. Card 1: Look back into your newly created bucket on AWS. Watch out, there's a ticking time bomb

    2. Card 2: Cosmos & Comets; Stars & Sunshine

    3. Card 3: What marks the spot? Try crossing them out.

    4. Card 4: What's missing?

      1. Coma ,

      2. Coln :

      3. Perid .

    Open me if you want to see the answer 🤪

    • Card 1: 2

    • The answer is in the file watch/ticking_time_bomb.txt

    • Card 2: 9

    • Putting all the cards with the 'c' label together with the cards with the 's' label at the bottom will form the word 'nine'

    • Card 3: 5

      • Drawing out the 'x' will form the number '5'

    • Card 4: 3

      • There are three letters in total missing from the phrase COMMA,COLON:PERIOD.

    • Final answer: 2953



    Getting the Tune


    Open me if you want to see the answer 🤪

    The answer is: ECBA

    The players have to give the code to the host by matching the sounds from the host's screens to their own screens.


    Comments


    bottom of page