AWS terminology
Overall domain [Data Sensitivity Keywords] Keyword → AWS Approach --------------------------------------------- "Sensitive info" → Encryption (S3, KMS) "Personal data" → Anonymization, Masking "HIPAA compliance" → H...
Search for a command to run...
Articles tagged with #cloud
Overall domain [Data Sensitivity Keywords] Keyword → AWS Approach --------------------------------------------- "Sensitive info" → Encryption (S3, KMS) "Personal data" → Anonymization, Masking "HIPAA compliance" → H...
AWS certification exams, especially the Machine Learning Specialty, often focus on recognizing common combinations of services in real-world scenarios. They love asking about how tools integrate, so spotting patterns in these combinations is key to s...
1. List Buckets $ aws s3 ls 2023-11-04 14:39:50 my-ml-bucket 2023-11-04 14:40:23 my-training-data 2. Create a Bucket $ aws s3 mb s3://ml-model-bucket --region us-east-1 make_bucket: ml-model-bucket 3. Upload a File $ aws s3 cp model.pkl s3://ml-m...