Category Archives: S3

AWS Athena – Default Profile .aws – okta

AWS Athena – Default Profile .aws – okta The query editor needs a connection and sometimes we want to use the credentials generated in .aws folder in the machine. They might have been generated by any process including Okta. You need to override the following parameters with simba driver: Credentials Provider jdbc:awsathena://;AwsCredentialsProviderClass=com.simba.athena.amazonaws.auth.profile.ProfileCredentialsProvider; Credentials Provider Argument… Continue reading »

Amazon S3 Sink for Semantic Logging Service – Enterprise Library

Event Source API was introduced in .net framework 4.5 to support semantic logs. It allows an application to author events. These events are generated as ETW events which can be consumed in-proc or out-proc. For a general in-proc consumption, the API has introduced EventSourceListener type. Semantic Logging Application Block (SLAB) has developed on top of… Continue reading »