Sumários

Using and managing AWS resources programmatically with the JVM SDK (aula online)

27 março 2020, 13:30 Leonor Filipa Dias Alves Parreira Loureiro

Exercise programmatic access to and management of AWS resources:

- starting EC2 instances using AWS SDK
- query CloudWatch with AWS SDK to monitor metrics of CPU usage for running instances
- use AWS SDK to create DynamoDB table, write to it, read from it


High-level Language VMs Architecture and Implementation (aula online)

27 março 2020, 11:00 Luís Antunes Veiga

Java VM Architecture (conclusion)

- byte-code (virtual) instruction set:  
   - exceptions/error handling  
    - threads and synchronization

HLL VM Implementation Overview

Implementing Security:
- sandbox model- intra-process protection
- operand stack tracking 
- security policy enforcement


High-level Language VMs Architecture (aula online)

26 março 2020, 16:00 Luís Antunes Veiga

Overview of HLL VMs

Pascal P-code VM:
- memory architecture, instruction set

Modern HLL VMs (Object-Oriented HLL VMs)

Java VM Architecture:
- data types, data storage, 
- byte-code (virtual) instruction set:  
- data movement, control flow, method invocation, object creation


Using and managing AWS resources programmatically with the JVM SDK (aula online)

26 março 2020, 15:30 Leonor Filipa Dias Alves Parreira Loureiro

Exercise programmatic access to and management of AWS resources:

- starting EC2 instances using AWS SDK
- query CloudWatch with AWS SDK to monitor metrics of CPU usage for running instances
- use AWS SDK to create DynamoDB table, write to it, read from it


Using and managing AWS resources programmatically with the JVM SDK (aula online)

25 março 2020, 18:00 Leonor Filipa Dias Alves Parreira Loureiro

Exercise programmatic access to and management of AWS resources:

- starting EC2 instances using AWS SDK
- query CloudWatch with AWS SDK to monitor metrics of CPU usage for running instances
- use AWS SDK to create DynamoDB table, write to it, read from it